﻿html { height: 100%; overflow: hidden; }
body{ overflow: hidden; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background: #adc2f1 url(images/login/logon.jpg) center bottom no-repeat; }
form { margin: 0; }
.LoginForm { position: absolute; left: 50%; bottom: 190px; margin-left: -160px; width: 600px; height: 384px; background: url(images/login/vline.png) 160px 0 no-repeat; }
.Logo { position: absolute; top: 108px; width: 159px; height: 148px; background: url(images/login/logo.png); }
.Title { position: absolute; left: 167px; top: 121px; font-size: 27px; color: #fff; }
.Fields { position: absolute; left: 170px; top: 161px; width: 302px; height: 68px; background: url(images/login/formbg.png) no-repeat; }
.UserName { position: absolute; left: 42px; top: 7px; width: 196px; height: 20px; padding: 9px 3px; background: transparent; border: none; line-height: 20px; font-weight: bold; color: #fff; font-size: 15px; overflow: hidden; }
.Password { position: absolute; left: 42px; top: 47px; width: 169px; height: 20px; padding: 9px 3px; background: none; border: none; line-height: 20px; font-weight: bold; color: #fff; font-size: 15px; }
.Input { padding: 9px 12px; width: 170px; overflow: hidden; background: transparent url(images/login/inputbg.png) no-repeat; color: #000; }
.Button { position: absolute; left: 236px; top: 47px; width: 37px; height: 38px; border: none; background: url(images/login/buttonbg.png) no-repeat; }

