/* CSS Document */

.dialog_login
{
    position: absolute; 
    left: -300px; 
    top: -300px;
}

div#login {
    width:230px;
    color:white;
    font-size:11px;
    font-family:arial;
    
}

div#login div#login-top{
background: url(/design/login-top.png) no-repeat;
height:17px;

}

div#login div#login-bottom{
height:13px;
background:url(/design/login-bottom.png) no-repeat;

}

div#login div#login-body{
background:url(/design/login-body.png) repeat-y;
padding:20px;
}

div#login input.text{
background: background:url(/design/input-login-bg.png) ;
height:25px ;     
width:190px; 
margin-top:3px;
margin-bottom:5px;


}

div#login input#frm-ok{
background:#8e8e8e;
height:30px;
width:100px; 
font-weight:13px;
text-transform:uppercase;
border: 1px solid #d5d5d5;
color:#fff   ;

}

div#login div.inbox{
margin-top:10px;

}

div#login p a{

color:#fff   ;

}

div#login p{
text-align:center;
margin:0px;
margin-top:15px;
}

div#login div.inbox a{
color: white

}
