#pageCover {
	position:absolute;
	width: 820px;
	height: 490px;
	background: #FFF;
	z-index:500;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}

#ajaxContainer {
	position: absolute;
	padding:0px;
	z-index:900;
	border: 1px solid #333;
}
#ajaxContent {
	background: #222;
	padding: 2px;
	color: #fff;
}

#ajaxLoader {
	width:300px;
	height:130px;
	margin: 150px auto;
	background:url('../images/ajax_loading.png') center no-repeat;
}
#ajaxLoadIcon {
	width:100%;
	height:80px;
	background:url('../images/ajax_iamloading.gif') center  no-repeat
}
#ajaxClose_btn {
	position:absolute;
	top:-18px;
	right: -18px;
	z-index:1000;
	width:48px;
	height:48px;
	border:none;
	text-decoration:none;
}
.absolute {
	position:absolute;
}
#coverImage {
	position		: absolute;
	top				: 0;
	left			: 0;
	width			: 99.9%;
	height			: 100%;
	z-index			: 99;
	background		: #333;
	-moz-opacity	: .50; 
	filter			: alpha(opacity=50); 
	opacity			: .50;
}
