body {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.8em; 
    line-height: 1.2em; 
    margin: 0px;
    background: #fff url("../../img/admin/login_background.png") repeat-x;
}   

a {color: rgb(74,138,178);}

div#center {border-top: 5px solid #aaa; background-color: white; border-bottom : 3px solid #ccc;  width: 310px; margin: 0px auto; margin-top: 80px;
    -moz-box-shadow: 0px 1px 10px 0px #ddd; -webkit-box-shadow: 0px 1px 10px 0px #ddd; box-shadow: 0px 1px 10px 0px #ddd;}

div.cell {width: 150px; float: left;}
div.cell2 {float: left;}  
div.row {width: 310px; height: 26px; padding-top: 2px; border-top: 1px solid white; background-color: rgb(238,238,238); clear: left;}

div.cell strong { display: block; padding: 5px 10px 0px 2px; text-align: right;}
div.cell input.textbox { width: 120px; font-size: 1.0em; padding: 2px 2px 0px 2px; height: 18px;}

div#info {width: 310px; text-align: center; margin: 0px auto; line-height: 20px; padding-top: 5px;
    font-size: 0.85em;}

input#button { background: url("../../img/admin/login_button.png") repeat-x; width:90px; border: 0px; height: 21px; color: white }
div#left_button_border { }
div#right_button_border {}  

div.error {text-align: center; background-color: #ffdfdf; border-top: 1px solid #fff; padding: 6px 5px 5px; color: #d00}