/*** Login ***/ html { margin: 0; padding: 0; height:100%; width:100%; background-color:#D9D9D9; } form { margin: 0; padding: 0; height:100%; width:100%; background-color:#D9D9D9; } body { margin: 0; padding: 0; } .login_container { width:570px; height:220px; background-color:#BAB5B2; margin:0 auto; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .login_logo { float:left; width:227px; height:220px; background-image:url(./laim_login.jpg); } .login_form { float:left; width: 343px; height: 220px; background-color:#BAB5B2; } .login_header { width:343px; height:25px; background-color:#A9A5A4; } .login_name_1 { background: #f8f8f7 none no-repeat scroll 5px 4px; background-image: url("./laim_login_login.jpg"); border: 1px solid #9e9b98; display: block; height: 24px; margin: 0 0 10px; padding: 0 0 0 28px; width: 250px; } .login_pass_1 { background: #f8f8f7 none no-repeat scroll 5px 4px; background-image: url("./laim_login_password.jpg"); border: 1px solid #9e9b98; display: block; height: 24px; margin: 0 0 10px; padding: 0 0 0 28px; width: 250px; } .login_fields { position:relative; top:28px; left:33px; } .inp { color:#7d7d7d; font:11px Tahoma; border:medium none; height:13px; margin-top:5px; padding:0 0 0 5px; width:240px; background:#f8f8f7 none repeat scroll 0 0; } .log_dis { background: #557630 url("./laim_pop_but.png") no-repeat scroll left center; border-left: 3px solid #535353; color: #f2f1f3; float: right; font-weight: bold; height: 24px; padding: 0 15px; text-decoration: none; font:11px Tahoma; font-weight:bold; line-height:22px; } .log_dis:hover { color:#f2f1f3; } .login_button { position:relative; right:63px; top:6px; } /*** _____ ***/