#MB_overlay{
	position: absolute;
	margin: auto;
	width: 100%; height: 100%;
	z-index: 9999;
	border: 0;
	overflow-y:auto; 
	overflow-x:hidden; 
	background-color: #000!important;
	left: 0;
	top: 0;	
    *top: 0px;
    _top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop: body.scrollTop);
}

#MB_overlay[id]{position: fixed;}

#MB_window{
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}

#MB_frame{
	position: relative;
/*	background-color:#FFF;*/
	background:url(/img/modalbox/fd_modalbox.gif) center top no-repeat;
	height: 90%;
}
#MB_loading {
	padding-top:250px;
	text-indent: -10000px;
	background: transparent url(/img/modalbox/ajax-loader.gif) 50% no-repeat;
}