* {margin: 0; padding: 0; outline: none;}
body {margin: 0; padding: 0px; background-repeat: no-repeat; background-position: center 60px; color: #555; font-family: arial; font-size: 14px; text-align: center; /* background-image: url('/img/login-head.gif'); */}
#login_win {width: 400px; text-align: center; margin: 100px auto 0px auto; border: solid 1px #ddd; padding-top: 10px;}
h1 {background-color: #000; color: #fff; margin: 0px 0px 5px 0px; padding: 2px 8px; text-align: left;}
form {margin: 0px; padding: 0px;}
table#wrapper {width: 100%; height: 50%; border: solid 1px red;}
#tblLogin {margin: 5px auto 0px auto; padding: 0px;}
#tblLogin tr td.key {text-align: right; padding-right: 10px; padding-top: 10px; }

input.edit {width: 250px; font-size: 16px; padding: 0 8px; height: 30px; margin-top: 10px;}

.btn {margin-top: 10px; width: 100px; height: 30px; margin-bottom: 10px;}

.center {text-align: center;}
div.error {color: red; font-weight: bold;}
#login_footer {position: absolute; bottom: 0; text-align: center; font-size: 11px; width: 100%; background-color: #eee;}
a {color: #555; text-decoration: underline;}
a:hover {color: #f00;}
p {margin: 10px; line-height: 1.5em;}
