#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: 0;
	border: 0 solid;
	text-align:left;
	z-index:10000;
	background-color:#EFEFEF;
	color:#000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	background-color: #FFFFFF;
	height:100%;
}

#MB_header {
	margin:0;
	height: 28px;
	background-color:#002134;
	border-bottom: 1px solid #FF6600;	
}

#MB_content {
	padding: 6px .75em;
	overflow:auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	background-color: #FFFFFF;
	background-image: url(../images/modal_bg.gif);
	background-repeat: repeat-x;
}

#MB_caption {
	text-shadow: #FFF 0 1px 0;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #003b5d;
	height: 28px;
}

#MB_close {
	display:block;
	position:absolute;
	right:5px;
	top:2px;
	font-weight:bolder;
	text-decoration:none;
	font-size:24px;
	padding-left: 10px;
	color:#FFFFFF;
}
#MB_close:hover {
	background:transparent;
	color:#FF3300}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background-color: transparent;
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}



/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}