body{
	width: 100%;
	height: 100%;
	z-index: 10;
}
#p_shadow{
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index: 90;
	text-align: center;
	overflow: hidden;
}
#p_frame{
	position: absolute;
	top: 20px;
	left: 10%;
	margin: 20px auto;
	background: #FFF;
	filter: Alpha(Opacity=99.9999);
	-moz-opacity: 0.999999;
	-khtml-opacity: 0.999999;
	opacity: 0.999999;
	z-index: 100;
}
