#MB_MessageBox {
	margin:0px;
	padding:0px;
	position: fixed;
	top:50%;
	left:50%;
	width:513px;
	height:415px;
	z-index: 302;
	border:1px solid #999;
	background-color:#000;
}
#MB_MessageBoxContent iframe {
	width:513px;
	height:375px;
	overflow:hidden;
}
#MB_MessageBox h2 {
	margin:20px 0 0 20px;
	font-size:11px;
	font-weight:normal;
	color:#d49646;
	float:left;
	width:470px;
	_width:450px;
	text-align:center;
}
#MB_MessageBoxContent {
	margin:0px;
}
#MB_Overlay, #MB_OverlayFrame {
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#MB_Overlay {
	z-index:300;
}
#MB_OverlayFrame {
	z-index:299;
	border:none;
}
#MB_Loader {
	position: fixed;
	top:50%;
	left:50%;
	width:120px;
	height:30px;
	z-index: 301;
	color:#999;
	background:url(../gfx/loading.gif) 7px 7px #fff no-repeat;
	border: 2px solid #ED2029;
}
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');
}
.hide {
	display:none;
}
div.MB_PopupHeader {
	overflow:hidden;
	height:40px;
	width:513px;
}
a#MB_PopupClose {
	display:block;
	width:13px;
	height:13px;
	background:url(../gfx/close.gif) no-repeat;
	float:right;
	margin:7px 7px 0px 0px;
}
a#MB_PopupClose:hover {
	background:url(../gfx/closeOn.gif) no-repeat;
}
