#login_box{
    width: 384px;
    height: 221px;
    background-image: url('../images/login_box.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;    
    margin-left: -192px;
    margin-top: -110px;    
}

#login_box #title{
    font-family: Verdana;
    font-size: 18px;
    color: #666666;
    text-align: center;
    padding-top: 30px;
    height: 50px;
}

#login_box #title IMG{    
    margin-top: -5px;
    margin-right: 10px;
    margin-left: -23px;
}

#login_box .loader{    
    height: 16px;
    position: absolute;
    margin-left: 80px;
    margin-top: 67px;
    padding-left: 23px;
    background-image: url('../images/login-loader.gif');
    background-repeat: no-repeat;
    background-position: left center; 
    display: none;
    font-size: 11px;
}