#MB_overlay {
	position: absolute;
	margin: auto;
	top:0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#login_in_page {color:#606060; padding-left:10px;}

#MB_window {
	position: absolute;
	top:  80px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #fff;
	height: 100%;
}

#MB_header {
	margin: 0;
}

#MB_content {
	overflow: auto;
	color:#606060;
	padding:0 20px 20px 20px;
	border:0 !important;
	margin: 0;
}

#MB_content p {
	margin:0px 0px 15px 0;
}
#login_in_page p {
	margin:0px 0px 15px 0;
}

#MB_content .in_form {padding-left:0;}
#login_in_page .in_form {padding-left:0;}

#MB_content label {
	text-align:left;
	font-weight:bold;
	width:85px;
}
#login_in_page label {
	text-align:left;
	font-weight:bold;
	width:85px;
}

#send_to_friend label {
	text-align:left;
	font-weight:bold;
	width:85px !important;
	display:block;
	float:left;
	line-height:23px;
}

#MB_content label.label_terms, #MB_content label.want_to_be_moderator {
	text-align:left;
	font-weight:bold;
	width:auto !important;
}
#login_in_page label.label_terms, #login_in_page label.want_to_be_moderator {
	text-align:left;
	font-weight:bold;
	width:auto !important;
}

#login_in_page input {
	width:170px;
	padding:3px 2px;
}
#MB_content input {
	width:170px;
	padding:3px 2px;
}

#MB_content input#terms_of_use, #MB_content input#want_to_be_moderator {
	float:left;
	width:20px !important;
	margin-left:92px;
	_margin-left:45px;
	margin-right:5px;
}
*:first-child+html #MB_content input#terms_of_use {margin-left:91px;}
*:first-child+html #MB_content input#want_to_be_moderator {margin-left:91px;}

#login_in_page input#terms_of_use, #login_in_page input#want_to_be_moderator {
	float:left;
	width:20px !important;
	margin-left:92px;
	_margin-left:45px;
	margin-right:5px;
}
*:first-child+html #login_in_page input#terms_of_use {margin-left:91px;}
*:first-child+html #login_in_page input#want_to_be_moderator {margin-left:91px;}

#MB_content .forgot_pass {
	text-align:left;
	padding:10px 0 20px 95px;
}
#login_in_page .forgot_pass {
	text-align:left;
	padding:10px 0 20px 95px;
}

#MB_content .new_acc {
	float:left;
	width:auto !important;
	margin-left:95px;
	_margin-left:45px;
}
*:first-child+html #MB_content .new_acc {margin-left:91px;}

#login_in_page .new_acc {
	float:left;
	width:auto !important;
	margin-left:95px;
	_margin-left:45px;
}
*:first-child+html #login_in_page .new_acc {margin-left:91px;}

#MB_content .new_acc input.MB_focusable {
	float:left;
	width:20px !important;
}
#login_in_page .new_acc input#new {
	float:left;
	width:20px !important;
}

#MB_content .new_acc label {
	padding-left:10px;
	float:left;
	width:auto !important;
	display:block;
	position:relative;
	top:-17px;
	_top:-13px;
}
*:first-child+html #MB_content .new_acc label {top:-13px;}

#login_in_page .new_acc label {
	padding-left:10px;
	float:left;
	width:auto !important;
	display:block;
	position:relative;
	top:-17px;
	_top:-13px;
}
*:first-child+html #login_in_page .new_acc label {top:-13px;}

#MB_caption {
	font-size:20px;
	color:#5E9400;
	font-weight:normal;
	text-align: left;
	margin:15px 20px 10px 20px;
}
#MB_header span {
	font-size:20px;
	position:relative;
	top:-19px;
	_top:-3px;
}
*:first-child+html #MB_header span {top:-3px;}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}


#MB_header {
  background-color: #fff;
}
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

.submit_login {margin:10px auto 10px auto; clear:both;}
.submit_login input {
	border:0;
	cursor:hand;
	cursor:pointer;
	width:110px !important;
	height:38px;
	background: url(/images/submit.jpg) no-repeat left top;
	color:#A7E02C;
	font-size:1px;
	text-transform:lowercase;
	padding:0 0 30px 0px !important;
	margin:0px 0 0 125px;
	_margin:0px 0 0 60px;
}

.submit_friend {margin:10px auto 10px auto; clear:both;}
.submit_friend input {
	border:0;
	cursor:hand;
	cursor:pointer;
	width:110px !important;
	height:38px;
	background: url(/images/submit.jpg) no-repeat left top;
	color:#A7E02C;
	font-size:1px;
	text-transform:lowercase;
	padding:0 0 30px 0px !important;
	margin:0px 0 0 83px;
	_margin:0px 0 0 85px;
}