/* 
==========================================================================
LOGIN.CSS
This file styles login content.  
========================================================================== 
*/

#login-box { width: 760px; font-size: 13px; margin: 50px 0; }
#login-box .container { width: 440px; margin: 0 auto; margin: 0 auto; }
#login-box h1 { color: #333333; font-family: Helvetica; font-size: 28px; font-weight: normal; margin: 0 auto; }
#login-box form { }
#login-box form input[type="text"], #login-box form input[type="password"] { border: 1px solid #CCCCCC; background: #f8f8f8; height: 30px; margin-bottom: 5px; max-width: 349px; }
#login-box form button[type="submit"] { cursor: pointer; background-color: #CC0000; font-size: 12px; border: 0px; color: #FFFFFF; padding: 0 15px; line-height: 30px; clear: both; display: block; text-transform: uppercase; }
#login-box form .field-wrap { position: relative; }
#login-box .field-wrap label { float: left; line-height: 30px; width: 20%; }
#login-box .field-wrap input { width: 70%; }
#login-box a.help { line-height: 30px; float: left; margin-right: 10px; }
#login-box a { color: #006699; }
#login-box .tooltip-text ul { }
#login-box .question { height: 34px; position: absolute; right: 321px; width: 31px; }
#login-box .question2 { height: 34px; position: absolute; right: 321px; width: 31px; }
#login-box .tip { display: none; }
#login-box .tip2 { display: none; }
#login-box .register { line-height: 30px; position: relative; top: -30px; left: 90px; float: left; }
#login-box .forgot { clear: both; position: relative; line-height: 30px; top: -20px; } 
 