#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; }

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

#MB_frame {
	position:relative;
	background-color: #2a2a2a;
	margin-bottom:10px;
}

#MB_header {
	margin:0;
	height: 28px;
}

#MB_content {
	padding: 6px .75em;
	background:2a2a2a;
	border:15px solid #000;
	padding-top:25px;
	padding-left:40px;
}

#MB_caption {

}

#MB_close {
	display:block;
	position:absolute;
	height:16px;
	width:15px;
	background: transparent url(../images/button_xclose.gif) top left no-repeat;
	right:7px; top:10px;
	text-decoration:none;
	font-size:1px;
}
#MB_close:hover {
	background:url(../images/button_xclose.gif) top left no-repeat;
}

#MB_close a
{color:#000}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent;
}

/* Color scheme */
#MB_window {
	background-color:#000;
	color:#6b6a6a;
	font-size:11px;
}
#MB_header {
  background-color:#000;
  color:#fff;;
}


#MB_caption { 
	background:#000 url(../images/gradient_blacktogray.gif) top left repeat-x;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	padding:12px 0 12px 13px;
	font-family:'arial narrow', helvetica,  sans-serif;
	letter-spacing:2px;
	font-size:14px;}
	 
#MB_close { color:#777 }
#MB_close:hover { color:#fff }


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

input.formcell
{	border:1px solid #a5acb2;
	background:#fff;
	margin-top:5px;
	margin-bottom:17px;
}

input.submit
{	height:25px;
	width:79px;
	border:0;
	background:url(../images/button_login.gif) top left no-repeat;
	cursor:pointer;
	margin-left:-3px;}
	
#MB_window p	{margin-left:-15px; line-height:1.4em;}
#MB_window a, #MB_window a:visited {	color:#31669b;}