
*{padding:0; margin:0;}

#PB_overlay {position: fixed; z-index:100; top: 0px; left: 0px; height:100%; width:100%;}

.PB_overlayMacFFBGHack {background: url(/images/overlay/mac_ff2_bg.png) repeat;}

.PB_overlayBG {background-color:#000; filter:alpha(opacity=40); -moz-opacity: 0.40; opacity: 0.40;}

* html #PB_overlay {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#PB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	/*top: 50%;*/
	top:280px; 
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #PB_load {
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#PB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	display:none;
	border-top: 4px solid #FD7122;
	text-align:left;
	/*top:50%;*/
	top:50px;
	left:50%;
	height: 460px;
	width:500px;
	margin-left:-250px;
	padding-bottom:40px;
}

* html #PB_window {
position: absolute;
/*
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
*/
}


#PB_header{height:16px; margin-bottom:24px;}

#PB_close_window{padding:0; margin:0; text-align:right; float:right;}
