/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> eZpopup.css : borrowed from thickbox <<<----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

.ezpopWrapper {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.ezpopWrapperMacFFBGHack {background: url(/js/eZpopup/skins/macFFBgHack.png) repeat;}
.ezpopWrapperBG {
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

* html .ezpopWrapper { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.ezpopSpacer {width:1px;height:1px;line-height:1px;font-size:1px;}

