/*	iframe popup
***************************** */
div.MB_PopupHeader {
	overflow:hidden;
	height:30px;
	width:498px;
	position:absolute;
	bottom:0px;
	left:0px;
}
a#MB_PopupClose {
	margin:0px 10px 0px 0px;
	padding-right:15px;
	display:block;
	font-weight:bold;
	color:#2B79E4;
	font-size:11px;
	float:right;
	background:url(../media/icons/icon_close.gif) right center no-repeat;
	text-decoration:none;
}
a#MB_PopupClose:hover {
	color:#303030;
	background:url(../media/icons/icon_close_on.gif) right center no-repeat;
}
iframe.popupframe {
	margin:4px auto;
	padding:0px;
	width:490px;
	height:420px;
	overflow:hidden;
}
#MB_MessageBox {
	margin:0px;
	padding:0px;
	position: fixed;
	top:50%;
	left:50%;
	width:498px;
	height:425px;
	z-index: 302;
	color:#000000;
	background:url(../media/imgs/bg_popup.png) no-repeat;
}
#MB_MessageBox h2 {
	margin:0px 0px 0px 10px;
	font-size:12px;
	color:#2b79e4;
	float:left;
}
#MB_MessageBoxContent {
	margin:0px;
}
#MB_Overlay, #MB_OverlayFrame {
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
}
#MB_Overlay {
	background-color:black;
	filter:alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}
#MB_OverlayFrame {
	z-index:299;
	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;
	color:#999;
	background:url(../media/imgs/loader.gif) 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;
}
