#bar { width:100%; height:35px; padding:15px 0; background:url(../images/bar.png) repeat-x; }
#container { width:960px; margin:0 auto; }
/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer { position:relative; float:right; font-size:12px; }
#nickname > a { padding:2px 10px; }
#nickname > a:hover { background:#000; text-decoration:none; }
#nickname.active > a:hover { background:#000; text-decoration:none; }
#nickname.active > a { background:#000; }
/* Login Button Text */
#nickname span { color:#445058; font-weight:bold; text-shadow:1px 1px #fff; padding:7px 29px 9px 10px; background:url(../images/loginArrow.png) no-repeat 53px 7px; display:block; font-size:12px; }
/* Login Box */
#loginBox { position:absolute; right:60px; display:none; z-index:29; }
#nickname.active span { background-position:53px -76px; }
/* A Line added to overlap the border */
#nickname.active em { position:absolute; width:100%; height:1px; background:#d2e0ea; bottom:-1px; }
/* Login Form */
.loginForm { width:140px; background:#000; padding:0px; padding-bottom:15px !important;padding-top:15px;  }
.loginForm fieldset { display:block; border:0; padding:0; }
fieldset#body { padding:10px 0; margin:0 13px; border-bottom: 1px solid #999; margin-bottom: 10px; }
.loginForm #checkbox { width:auto; margin:1px 9px 0 0; float:left; padding:0; border:0;  *margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label { color:#fff; float:left; height:auto; margin:5px 0; }
#body div { font-size:12px; float:right; width:119px; margin-top:10px; text-align:left }
/* Default Input */
.loginForm input { width:92%; border-radius:3px; -moz-border-radius:3px; color:#3a454d; padding:3px 7px; font-size:0.9em; }
/* Sign In Button */
.loginForm #login { width:auto; float:left; color:#999; border:none; cursor:pointer; background:#fff;  *padding:7px 2px 8px 2px; /* IE7 Fix */
border-radius:0; margin-top:10px; font-family:"DIN";}
/* Forgot your password */
.loginForm span { text-align:left; display:block; font-size:12px; padding-left:12px; font-weight:bold; }
.loginForm span a { font-size:12px; padding:3px;  }
input:focus { outline:none; }
div.fb-login-button { text-align:center; margin-top:10px; background:url(../images/btn_collect_fb.png) no-repeat center; text-indent:-9999px }
div.fb-login-button a{ display:block; width:169px; height:21px;}
div.fb-login-button a.fb_button span.fb_button_text { font-size:11px; -webkit-text-size-adjust:none; }

.loginForm hr{ width:100%; display: block; height: 1px;
    border: 0; border-top: 1px solid #666;
    margin: 1em 0; padding: 0}
	
	
.messagebox{position:absolute; top:30%; left:50%; margin-left: -300px;width:auto;}
.messagebox h1{color:#21A4D0;line-height:32px;}
.messagebox div{ line-height:30px;}
.messagebox a{ color:#F93; } 