/* CSS Document */

html, body { width: 100%; height: 100%; }
* { margin: 0; padding: 0; }
body { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color: #685235; background: url(../images/bg.jpg); }
a:link { color: #690; text-decoration: none; }
a:visited { color: #660; text-decoration: none; }
a:hover { color: #F60; text-decoration: underline; }
a:active { color: #F60; text-decoration: underline; }
img { border: none; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.red { color: red; }
.login { position: absolute; top: 50%; left: 50%; margin-top: -120px; margin-left: -180px; width: 360px; height: 240px; background: #FEFDDF; border: 5px solid #9A9E3F; }
.copyright { position: absolute; bottom: 0; width: 100%; padding: 10px 0; text-align: center; }
.logo { padding: 15px 20px; }
.form { width: 80%; margin: auto; }
.form table { }
.form table th { text-align: right; font-size: 14px; font-weight: normal; }
.form table td { padding: 5px 0; }
input.form_username, input.form_password { width: 180px; height: 22px; line-height: 22px; border: 1px solid #E3CAAB; }
input.form_vcode { width: 75px; height: 22px; line-height: 22px; border: 1px solid #E3CAAB; }
img.vcode { margin-left: 5px; width: 100px; height: 22px; }
input.login_btn { width: 180px; padding: 5px 0; }
