#orderPopup {
	position: fixed;
	z-index:1000;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	display:none;
}
* html #orderPopup { /* ie6 hack */
	position: absolute;
	top: 0px;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width:expression(document.body.offsetWidth);
}
.overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#orderForm {
	padding:20px;
	position: absolute;
	background: #ffffff;
	z-index: 1200;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:40px;
	left:35%;
	width:300px;
	font-size:12px;
}
* html #orderForm { /* ie6 hack */
position: absolute;
left:35%;
top:185px;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 100 + 'px');
}
