#page_screen {
	display:none;
	background-color:#222222;
	filter:alpha(opacity=0);  
	opacity: 0.0;     
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100% !important;
	z-index:1;
}

#page_loading {
/* 	display:none; */
	z-index:10001;
	filter:alpha(opacity=0);  
	opacity: 0.0;
}

div.popup_panel {
	widows: 0;
	position:absolute;
	z-index:10000;
	top:0px;
	left:0px;
	width:100%;
	padding:0px;
	border:0px none;   
/* 	color:#eeeeee; */
}
