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

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

#MB_frame {
	position:relative;
	height:100%;
	padding-left:10px;
	padding-right:10px;
}

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

#MB_content {
	padding: 0;
	overflow:hidden;
}

#MB_caption {
	font-weight: bold;
	padding: .5em 2em 0 0;
	margin: 0;
	text-align: left;
}

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

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

/* Color scheme */
#MB_window {
	background-color: #f6e9c5;
	color: #401a00;
	border: 1px solid #401a00;
}
#MB_content { 
}
#MB_header {
}
#MB_caption { color:#401A00 }
#MB_close { color:#b83800 }
#MB_close:hover { color:#6e9b5a }

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