#login{
    position: relative;
}
#auth_form{
    position: absolute;
    top: 15px;
    right: -10px;
    background: #f3f3f3;
    border: 1px solid #333;
    box-shadow: 0 0 15px 1px #222;
    width: 200px;
    padding: 15px 10px 10px 20px;
    z-index: 5;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    text-align: left;
}
#auth_form.auth_reg_form_hidden{
    display: none;
}
#auth_form h3{
    font-size: 13pt;
    text-align: left;
}
#auth_form input[type=text], #auth_form input[type=password]{
    width: 180px;
    margin-bottom: 10px;
}
#auth_close_img{
    cursor: pointer;
    margin-bottom: 7px;
}
#auth_pass_form, #auth_new_pwd, #auth_confirm_pwd{
    position: relative;
    display: inline-block;
    height: 32px;
    margin-bottom: 10px;
}
#auth_pass_form .button, #auth_confirm_pwd .button{
    position: absolute;
    top: 3px;
    right: 4px;
    font-size: 24px;
    line-height:24px;
    width: 40px;
    height: 24px;
    padding: 0;
    text-align: center;
}
#auth_forgot a:link, #auth_forgot a:visited{
    color: #0090D3;
    text-decoration: none;
    font-weight: bold;
}
#auth_forgot a:hover{
    text-decoration: underline;
}
#auth_error{
    color: #E01A1A;
    margin-bottom: 10px;
    font-size: 11pt;
}
#auth_login, #auth_logout{
    position: absolute;
    top:0;
    right: 0;
}
#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;}
