body{
	position:static !important;
}
/* messagebox afmetingen
============================================================================= */
#MB_MessageBoxContent,
div.MB_PopupHeader,
iframe.popupframe {
	width:614px;
}
#MB_MessageBox,
iframe.popupframe{
	height:360px;
}
#MB_MessageBox.contact {
	height:560px !important;
	z-index:920;
}
#MB_MessageBox.contact iframe {
	height:510px;}
/* MB_loader
============================================================================= */
#MB_Loader {
	position: fixed;
	top:50%;
	left:50%;
	width:120px;
	height:30px;
	z-index: 200;
	color:#999;
	background:url(../gfx/loader.gif) no-repeat;
	border: 2px solid #ED2029;
}
p#MB_LoaderContent {
	margin:0;
	line-height:30px;
	text-align:center;
}
/* MB_MessageBox
============================================================================= */
#MB_MessageBox {
	margin:0px;
	padding:0px;
	position: fixed;
	top:50%;
	left:50%;
	z-index: 400;
	background:#fff;
}
/* MB_MessageBox > MB_PopupHeader
============================================================================= */
div.MB_PopupHeader {
	margin:0px;
	padding:0px;
	overflow:hidden;
	height:50px;
	line-height:50px;
	background-image:url(../gfx/popup_bg_01.png)
}
/* MB_MessageBox > MB_PopupHeader > MB_PopupTitle
============================================================================= */
div.MB_PopupHeader h2#MB_PopupTitle{
	margin:0px 0px 0px 10px;
	padding:0px;
	color:#708083;
	float:left;
    font-size:18px;
    font-weight:normal;
}
/* MB_MessageBox > MB_PopupHeader > MB_PopupClose 
============================================================================= */
a#MB_PopupClose {
	margin:10px 10px 0px 0px;
	font-size:12px;
	color:#fff;
	float:right;
	text-decoration:none;
	background: url(../gfx/btn_30.gif) no-repeat top left;
	text-indent: -999px;
	display: block;
	height: 5px;
	width: 5px;
	overflow: hidden;
}
a#MB_PopupClose:hover {
	text-decoration:underline;
}
/* MB_MessageBox > MB_MessageBoxContent 
============================================================================= */
#MB_MessageBoxContent {
	margin:0px;
	padding:0px;
	overflow-x:none !important;
	overflow-y:auto;
}
/* MB_MessageBox > MB_MessageBoxContent > popupframe
============================================================================= */
iframe.popupframe {
	margin:0px;
	padding:0px;

}
/* MB_Overlay
============================================================================= */
#MB_Overlay, #MB_OverlayFrame {
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
}
#MB_Overlay {
	z-index:910;
	background-color:black; 
	filter:alpha(opacity=30); 
	opacity: 0.30;
}
#MB_OverlayFrame {
	z-index:900;
	border:none;
	filter:alpha(opacity=0);
	opacity: 0;
}

/* 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');
}
