/* CSS Document */

div.ppWindow{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#e6e6e6;
	z-index:1000000;
	filter: Alpha(Opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity:0.80;
	opacity:0.80;
	display:none;
	float:left;
	margin-top:-10px;
}

div.ppFrame{
	position:absolute;
	left:50%;
	top:50%;
	width:500px;
	height:500px;
	margin-left:-250px;
	margin-top:-250px;	
	display:none;
	z-index:1100000;
	overflow:hidden;
	padding-top:15px;
	_padding-top:15px;
}
div.ppFrame iframe{
	
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	padding:10px;

}

html.ppWin{
	overflow:hidden;
}

#menuFrame{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:Alpha(Opacity=0, FinishOpacity=?, Style=0, StartX=?, StartY=?, FinishX=?, FinishY=?);/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}
