#ppp-overlay {
	position: fixed;
	z-index: 1000004;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
}

#ppp-window {
	font-size: 14px;
	font-family: arial, verdana;
	position: fixed;
	z-index: 1000005;
	text-align: left;
	top: 50%;
	left: 50%;
	width: 240px;
	height: 80px;
	margin-top: -40px;
	margin-left: -120px;
	border: 0px solid #AAA;
	-moz-box-shadow: rgba(32,32,32,1) 0 4px 30px;
	-o-box-shadow: rgba(32,32,32,1) 0 4px 30px;
	-webkit-box-shadow: rgba(32,32,32,1) 0 4px 30px;
	-khtml-box-shadow: rgba(32,32,32,1) 0 4px 30px;
	box-shadow: rgba(32,32,32,1) 0 4px 30px;
	background: #FFF url(../images/loading.gif) 50% 50% no-repeat;
}

#ppp-close {
	width: 28px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	right: 0px;
	top: -28px;
	text-decoration: none;
	text-align: right;
	opacity: 0.65;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, monospace;
	cursor: pointer;
}
#ppp-close:hover {
	opacity: 0.95;
}
#ppp-iframe {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	border: none;
	background: transparent;
	overflow: hidden;
}