.loginbox-login, .loginbox-login .errorMessageFon
{
    width: 161px;
    height: 115px;
}

.loginbox-login
{
    background: url(/img/sprite.png); background-position:0 -22px;
}
.loginbox-login div.h{margin-bottom:0px;}

.loginbox-login .waitLoginCheck
{
    position:absolute;
    margin-left: 65px;
    margin-top: 40px;
}

.loginbox-login .errorMessageFon
{
    position: absolute;
    z-index: 1500;
    display: none;
    background-color: #fff;
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
    opacity:0.5;
    filter:progid:dximagetransform.microsoft.alpha(opacity=50);
}

.loginbox-login .errorMessage
{
    position: absolute;
    z-index: 1501;
    display: none;
    font-size: 13px;
    font-weight: bold;
    color: #FF104A;
    width: 161px;
    padding-top: 40px;
    text-align: center;
}

.loginbox-login .h
{
    background: none;
    padding-top: 4px;
    padding-bottom: 0px;
}

.loginbox-login input
{
    margin-top: 6px;
    border: 0;
    margin-left:12px;
    width: 135px;
    margin-bottom: 2px;
    height: 19px;
}

.loginbox-login .button
{
    float:right;
    margin-top: -24px;
    margin-right: 8px;
}

.loginbox-login a
{
    font-size: 12px;
    display: block;
    margin-left: 10px;
}

.loginbox-logoff
{
    background: url(/img/rPanel_t.png) no-repeat;
}

.loginbox-logoff .loginbox-logoffInner
{
    background: url(/img/rPanel_b.png) no-repeat left bottom;
    padding: 5px 10px;
    line-height: 25px;
}

.loginbox-logoff .loginHeader, .loginbox-logoff .userName
{
    font-weight: bold;
    font-size: 14px;
}
.loginbox-logoff .userName
{
    color: #ff114d;
    line-height: 30px;
    text-decoration: none;
}

.loginbox-logoff .logoff span
{
    color: #bdbdad;
    text-decoration: underline;
    cursor: pointer;
}
.loginbox-logoff .logoff span:hover
{
    text-decoration: none;
}

.loginbox-logoff .loginbox-logoffInner div
{
    border-bottom: solid 1px #e5e5de;
    padding: 0 5px;
}
.loginbox-logoff div.logoff
{
    border-bottom: none;
}

.loginbox-logoff-rating
{
    background-color: #fff;
    display: block;
    font-size: 12px;
    color: #727258;
    vertical-align: middle;
}

.loginbox-logoff img
{
    position: absolute;
    margin-left:2px;
    margin-top:5px;
    _margin-top:-1px;
}
.log_link_info{
	height:25px;
}

#loginBox-userPics{
 display: block;
 height:25px;
 background: url(/img/userRatingStarGray.png) 1px 4px no-repeat;
}
.loginbox-login div.h{border-bottom:none;}