#MB_MessageBox {
	margin:0px;
	padding:0px;
	position: fixed;
	top:50%;
	left:50%;
	width:638px;
	height:348px;
	z-index: 1302;
	background-color: #fff;
}
div.MB_PopupHeader {
	position:relative;
	overflow:hidden;
	height:30px;
}
#MB_MessageBox h2 {
	float:left;
	margin-left:8px;
	font-size:14px;
	text-align:left;
	line-height:28px;
}
a#MB_PopupClose {
	position:absolute;
	right:0;
	display:inline-block;
	width:15px;
	height:15px;
	margin:7px;
	text-indent:-9999px;
}
#MB_MessageBoxContent {
	margin:0px;
}
#MB_Overlay, #MB_OverlayFrame {
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
}
#MB_Overlay {
	z-index:1300;
	background-color:black;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
#MB_OverlayFrame {
	z-index:1299;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#MB_Loader {
	position: fixed;
	top:50%;
	left:50%;
	width:120px;
	height:30px;
	z-index: 1301;
}
p#MB_LoaderContent {
	margin:0;
	line-height:30px;
	text-align:center;
}
/* IE6 hack */
* html #MB_MessageBox, * html #MB_Loader {
	position: absolute;
	 margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
* html #MB_Overlay, * html #MB_OverlayFrame, {
 	position: absolute;
 	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#MB_MessageBoxContent iframe.popupframe {
	margin:0px;
	padding:0px;
	width:638px;
	height:318px;
}
