#MB_MessageBox {
	margin:0;
	padding:0;
	position: fixed;
	top:50%;
	left:50%;
	width:797px;
	height:552px;
	z-index: 999;
	color:#333;
	background: #fff;
}
#MB_MessageBox h2 {
	margin:8px 0 0 20px;
	font-size:14px;
	color:#fff;
	float:left;
	width:auto;
}
#MB_MessageBoxContent {
	margin:0px;
}
#MB_Overlay, #MB_OverlayFrame {
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
}
#MB_Overlay {
	z-index:300;
	background: #CEE3E4;	
	/* Win/IE */
	filter:alpha(opacity=80);
	/* Complaint webbrowsers */
	opacity: 0.8;
}
#MB_OverlayFrame {
	border: 1px solid yellow;
	z-index:299;
	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: 301;
	background:url(../img/loading.gif) 7px 7px #fff no-repeat;
}
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');
}
div.MB_PopupHeader {
	overflow:hidden;
	height:30px;
	width:400px;
}
a#MB_PopupClose {
	display:block;
	width:24px;
	height:24px;
	background:url(../img/das/buttons/btn_06.gif) no-repeat left;
	text-indent: -999;
	color: #fff;
	position: absolute;
	right: 30px;
	_right: 15px; /* Win/IE6 bugfix*/
	top: 10px;
}
a#MB_PopupClose span {
	position: relative;
	left: -65px;
}
iframe.popupframe {
	margin:0;
	padding:0;
	width:797px;
	height:552px;	
}