/* shadowbox
============================================================================= */
.shadowbox {
	border-collapse:collapse;
}
.shadowbox .tl, .shadowbox .tr, .shadowbox .bl, .shadowbox .br {
	height:10px;
	overflow:hidden;
	padding:0;
	width:10px;
}
.shadowbox .body {
	padding:5px;
	background:#64b7ee;
}
.shadowbox .tl{
	background:url(../gfx/tl.png) repeat 0px 0px;
}
.shadowbox .tr{
	background:url(../gfx/tr.png) repeat 0px 0px;
}
.shadowbox .bl{
	background:url(../gfx/bl.png) repeat 0px 0px;
}
.shadowbox .br{
	background:url(../gfx/br.png) repeat 0px 0px;
}
.shadowbox .b{
	background:url(../gfx/b.png) repeat 0px 0px;
}
/* messagebox afmetingen
============================================================================= */
#MB_MessageBoxContent,
div.MB_PopupHeader,
iframe.popupframe,
.shadowbox .body {
	width:400px;
}
#MB_MessageBox{
	height:320px;
}
iframe.popupframe{
	height:250px;
}
/* messagebox afmetingen big
============================================================================= */
.popupBig #MB_MessageBoxContent,
.popupBig div.MB_PopupHeader,
.popupBig iframe.popupframe,
.popupBig .shadowbox .body {
	width:800px;
}
#MB_MessageBox.popupBig{
	height:560px;
}
.popupBig iframe.popupframe{
	height:500px;
}	
/* MB_loader
============================================================================= */
#MB_Loader {
	position: fixed;
	top:50%;
	left:50%;
	width:120px;
	height:30px;
	z-index: 980;
	color:#999;
	background:url(../gfx/loader.gif) no-repeat;
}
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: 990;
}
/* MB_MessageBox > MB_PopupHeader
============================================================================= */
div.MB_PopupHeader {
	margin:0px;
	padding:0px;
	overflow:hidden;
	height:40px;
	line-height:40px;
	background-color:#e6eff5;
}
/* MB_MessageBox > MB_PopupHeader > MB_PopupTitle
============================================================================= */
div.MB_PopupHeader h2#MB_PopupTitle{
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size:18px;
	color:#333;
	float:left;
}
/* MB_MessageBox > MB_PopupHeader > MB_PopupClose 
============================================================================= */
a#MB_PopupClose {
	margin:10px 10px 0px 0px;
	display:block;
	font-size:12px;
	color:#fff;
	float:right;
	text-decoration:none;
	width:20px;
	height:20px;
	background:url(../gfx/btn_close.png) top left no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
a#MB_PopupClose:hover {
	text-decoration:underline;
	background-position:bottom left;
}
/* MB_MessageBox > MB_MessageBoxContent 
============================================================================= */
#MB_MessageBoxContent {
	margin:0px;
	padding:0px;
	overflow:auto;
	background:#fff;
	color:#333;
}
/* 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 {
	background-color:black;
	filter:alpha(opacity=30);
	opacity: 0.30;	
}
#MB_OverlayFrame {
	z-index:970;
	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');
}

