.pmpPopupLoader
{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-33px;
	margin-left:-33px;
	width:66px;
	height:66px; 
	background: transparent url(../_images/loader/baton_66.gif) 0 0 no-repeat;
}

.pmpPopup
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.pmpPopupOverlay
{
	position: fixed;
	z-index:90;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#0f0b00;
	filter:alpha(opacity=69);
	-moz-opacity: 0.69;
	opacity: 0.69;
}