/*GLOBAL*/
* { margin: 0; padding: 0;}
body,html {text-align:center; height:100%; width:100%;font-family: Arial, Helvetica, sans-serif;}

/*IDs*/
#login_content { background-color:White; margin:0 auto 0 auto; width:330px; height:220px; position:absolute; border: 1px solid white;}
#login_header { background-color: #84c225; color:White; font-size:85%; height:17px; padding: 1px; border-bottom: 1px solid white; text-align:center;}
#login_fields { background-color:#256998; height:169px; *height:185px; color:White; padding: 10px 10px 0 10px; text-align:left;}
#login_footer { background-color:#656565; color:White; font-size:70%; height:16px; text-align:right; padding: 2px 9px; border-top: 1px solid white;}
#remember_box { margin: 15px 5px 10px 2px; }
#submit { width:72px; height:37px; background-image: url(../img/login.png); float:right; margin: 0 5px 0 0; cursor: pointer;}
#submit:hover{ cursor: pointer; background-image: url(../img/login_on.png);}	

/*CLASS*/
.textbox { font-size:110%; width: 210px; padding: 1px 3px 0 0; margin: 9px 0 0 2px; color:blue;}
.password { font-size:110%; width: 210px; padding: 1px 3px 0 0; margin: 9px 0 0 4px; color:blue;}
.link-login:active, .link-login:visited   { color:White;}
