#container
{
	height: 9500px;
}
#pbox
{
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 70%;
	height: 20px;
	z-index: 100;
}
#pbox2
{
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 30%;
	height: 50px;
	z-index: 100;
}
#adback
{
	display: none;
	background: black;
	filter: alpha(opacity=50); -moz-opacity:.5;opacity:.5;position:fixed;top:0%;left:0%;width:97%;height:100%;z-index:100}
#ad
{
	display: none;
	background: white;
	top: 30%;
	left: 30%;
	width: 45%;
	height: 45%;
	line-height: 1.5;
	font-family: Arial;
	font-size: 12pt;
	direction: rtl;
	filter: alpha(opacity=100); -moz-opacity:1;opacity:1;position:fixed;z-index:100}
	
	
	
#xmark
{
	display: none;
	background-image: url(images/x_mark.gif);
	top: 26%;
	left: 75%;
	width: 23px;
	height: 22px;
	filter: alpha(opacity=100); -moz-opacity:1;opacity:1;position:fixed;z-index:100;}
	


* html #pbox
{
	position: absolute;
}
* html #pbox2
{
	position: absolute;
}
* html #adback
{
	position: absolute;
}
* html #ad
{
	position: absolute;
}
* html #xmark
{
	position: absolute;
}

