/* Zumer - Login Form */
#login { margin:50px 0 50px; width: 960px; height: 588px; text-align:center;}
#login-box { position: relative; width:960px; height:600px; background: url(/images/background_login.png) top center no-repeat; }
#upper { padding: 45px 0 0 0; margin: 0 39px 0 39px; height: 350px; }
#lower { padding: 15px 0 39px 0; margin: 0 39px 0 39px; height: 150px; }
#lower-left { float: left; width: 360px; height: 150px; padding: 0 30px 0 45px; text-align: left; }
#lower-right { float: right; width: 360px; height: 150px; padding: 0 45px 0 30px; text-align: left; }

#alert {position:absolute; bottom: 195px; left: 75px; width: 172px; height: 39px; background: url(/images/background_invalid_credentials.png) top left no-repeat; text-indent: -2000px; overflow: hidden; }

#lower h3 { color: #333; text-align: center; font-size: 14px; font-weight: bold; padding: 0; margin: 0 0 10px 0;}

#lower-left label { display: block; float: left; width: 100px; text-align: right; padding: 0 5px 0 0;}
#lower-left input.text { width: 175px; height: 20px; margin-bottom: 4px; }
#lower-left button { width: 49px; height: 20px; border: none; cursor: pointer; background: url(/images/button_login.png) top left no-repeat; text-indent: -2000px; overflow: hidden; }
#lower-left div.remember_me { width: 280px; text-align: right; font-size:77%; }
#lower-left div.forgot_password { width: 360px; text-align: center; font-size:77%; padding-top: 15px; }
#lower-left div.forgot_password a { color: #333; }

#lower-right p { margin-left: 25px; }
#lower-right form p { margin-left: 0; }
#lower-right form { width: 310px; margin: 10px 25px;}
#lower-right input.text { width: 240px; height: 20px; margin-bottom: 2px; }
#lower-right button { margin: 0; width: 55px; height: 20px; border: none; cursor: pointer; background: url(/images/button_submit_gray.png) top left no-repeat; text-indent: -200px; overflow: hidden; }
