/* modal */

#PU_modal {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#PU_overlay {
	position: fixed;
	z-index:500;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.PU_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.PU_background {
	background-color:#000;
	filter:alpha(opacity=55);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
	-moz-opacity: 0.55;
	opacity: 0.55;
}

* html #PU_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#PU_modal {
	position: fixed;
	background: #ffffff;
	z-index: 505;
	color:#000000;
	display:none;
	border: 1px solid #454545;
	text-align:left;
	top:50%;
	left:50%;
	-moz-box-shadow:0 0 13px rgba(0,0,0,0.9);
	-webkit-box-shadow:0 0 13px rgba(0,0,0,0.9);
	box-shadow:0 0 13px rgba(0,0,0,0.9);
}

* html #PU_modal { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (WindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}


#PU_close{
	background:#fff;
	color:;
	font-weight:bold;
	padding:5px 10px;
	margin-bottom:1px;
	position:absolute;
	bottom:-1px;
	right:-1px;
	border: 1px solid #454545;
	border-bottom:0;
}
#PU_close #PU_closeButton {color:#f30061;font-size:11px;font-weight:normal;font-size:13px;}

#PU_top{
	/*height:1px;*/
	position:relative;
}

#PU_bottom{
	height:1px;
	position:relative;
}


#loader{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:503;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #loader { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (WindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#PU_HideSelect{
	z-index:498;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #PU_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#PU_iframe{
	clear:both;
	border:none;
	/*
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
	*/
}


