.auth{
    position: relative;
}
#showRegForm, #showLogForm{
    display: none;
}
#login, #registration, #registration_info, #forgot_form, #changePWD{
    position: absolute;
    top: -700px;
    right: 0px;
    z-index: 101;
    background: white;
    width: 280px;
    padding: 20px 20px 5px 20px;
    border: 1px solid #63a7c8;
    -moz-box-shadow: 0 5px 10px -6px #000;
    -webkit-box-shadow: 0 5px 10px -6px #000; 
    box-shadow: 0 5px 10px -6px #000;
}
    #login input[type=text], #login input[type=password], #registration input[type=text], #registration input[type=password], #forgot_form input[type=text], #changePWD input[type=password], #confirmPage_authForm input[type=text], #confirmPage_authForm input[type=password]{
        width: 214px;
        margin: 3px 0;
    }
    .auth .button{
        margin: 10px 0 0 0;
    }
    #registration #reg_info{
        font-size: 8pt;
        height: 28px;
        margin-bottom: 10px;
    }
    #registration .captcha_container{
        margin: 3px 0; 
    }
    #registration .captcha_container a{
        margin-left: 14px;
    }
    #login h3, #changePWD h3{
        margin-bottom: 1px;
    }
    .auth .authError{
        color: red;
        font-size: 8pt;
        min-height: 14px;
    }
    #regInfo_countdown{
        font-size: 8pt;
    }
.auth-socserv{
    margin-top: 10px;
}
.auth-socserv a i{
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.auth-mail{background-position: 0px -49px;}
a:hover .auth-mail{background-position: 0px -426px;}
.auth-yandex{background-position: 0px 0px;}
a:hover .auth-yandex{background-position: 0px -377px;}
.auth-vkontakte{background-position: 0px -80px;}
a:hover .auth-vkontakte{background-position: 0px -457px;}
.auth-google{background-position: 0px -112px;}
a:hover .auth-google{background-position: 0px -489px;}
.auth-facebook{background-position: 0px -32px;}
a:hover .auth-facebook{background-position: 0px -409px;}
.auth-twitter{background-position: 0px -96px;}
a:hover .auth-twitter{background-position: 0px -473px;}
.auth-livejournal{background-position: 0px -16px;}
a:hover .auth-livejournal{background-position: 0px -393px;}
