.AUTH {
    bakground: #fff;
    border-top: 2px solid #183b6c;
    padding-top: 3px;
    margin-bottom: 21px;
}

.AUTH .auth-link-cont-i {
    width: 303px;
    height: 138px;
    background: #8fb4e2 url('/theme/asbis2012/img/auth/auth-block-bg.jpg') no-repeat right bottom;
}

.AUTH .auth-signin-i-inner {
    width: 100%;
}

.AUTH .auth-signin-i,
    .AUTH .auth-signin-i:hover {
    
    color: #183b6c;
    text-decoration: none;
}

.AUTH .auth-signin-i-inner td {
    height: 100px;
    padding: 0px 20px 0px 20px;
    font-size: 30px;
    line-height: 36px;
}

.AUTH .auth-forgot-i,
    .AUTH .auth-register-i {
    
    margin-left: 20px;
    font-size: 12px;
    text-decoration: none;
    color: #183b6c;
}

.AUTH .auth-forgot-i:hover,
    .AUTH .auth-register-i:hover {
    
    color: #183b6c;
    text-decoration: underline;
}