.credit-info {
    float: right;
    margin-left: 10px;
    margin-right: 2px;
    min-width: 22%;
}

.number-expiry {
    min-width: 43%;
    float: right;
    margin-right: 5px;
}

.left-float {
    float: left
}

.right-float {
    float: right !important;
}

.account-info {
    padding: 16px 10px 10px;
}

.left-clear {
    clear: left
}

.heading-width {
    min-width: 22%
}

.edit-field {
    margin-left: 10px;
}

.input-light {
    color: #6B6B6B !important;
}

#messages {
    width: 400px
}

#credits {
    width: 400px
}

.content-box-header-bottom {
    background: #e5e5e5 url('/media/images/superfax/bg-content-box.gif') top left repeat-x;
    margin-top: 1px;
    height: 40px;
}

.content-box-header-bottom h3 {
    padding: 12px 15px 10px;
    float: left;
}

.adjacent-field {
    margin-left: 27.5%;
}

input.upload-file {
    margin: 5px 0px 2px 0px;
}

.pending {
    color: red;
}

.search-right {
    float: right;
    margin-left: 2px;
    margin-right: 21px;
    margin-top: 7px;
}

.search-select {
    padding: 3px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.column-width {
    width: 20%;
}

.column-right-1-4 {
    float: right;
}

.column-left-3-4 {
    width: 70%;
    float: left;
}

.text-size-align-table {
    font-weight: bold;
    font-size: 15px;
}

/************ Table ************/
#main-content tbody.no-alt tr {
    background: #fff;
}

.text-upper {
    text-transform: capitalize;
}

#sidebar #main-nav li a.nav-top-item:hover {
    /*background: transparent url('images/bg-menu-item-red-hover.gif') right center no-repeat;
    color: #fff;
    font-weight: bold;*/
	text-decoration:underline;
}
.activeLink{
    /*background: transparent url('../../../images/bg-menu-item-red-active.gif') right center no-repeat !important;*/
	color: #ff8b0f !important;
	border-left:3px solid #ff8b0f;
}
#faq img {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
	margin-bottom:10px;
}
#faq .no-image {
	border: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0.15);
	margin:0 25px 25px 25px;
	
}

.disclaimer_isd{
    font-size: 11px;
    color: #000000;
    margin-left: 10px;
}