#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: 70px;
	border: 0 solid;
	text-align:left;
	z-index:10000;
	width: 760px !important;

}
#MB_window[id] { position: fixed!important; }

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

#MB_header {
	margin:0;
	height: 25px;
	background: #ff0000 !important;
	
}

#MB_content {
	padding: 0;
}

#MB_caption {
	font: 14px 'Comic Sans MS', 'Comic Sans', Comic Sans, sans-serif;
	padding: 3px 2em 2px .75em;
	margin: 0;
	text-align: left;
	color: #ffffff !important;
}

#MB_close {
	display:block;
	position:absolute;
	right:5px; top:0px;
	padding:2px 0px;
	font-weight:bold;
	text-decoration:none;
	font-size:20px !important;
	color: white !important;
}
#MB_close:hover {
	color: red !important;
}

#MB_loading {
	margin-top: 0px;
	height: 100%;
	text-indent: -10000px;
}

/* Color scheme */
#MB_window {
	background-color:#002700;
	color:#000;
}
#MB_header {
  background-color:#fff;
}
#MB_caption { color:#000 }
#MB_close { color:#777 }
#MB_close:hover { color:#000 }


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

#ma {
	width:760px !important;
}
