@charset "utf-8";
/* CSS Document */

#loadingOverlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.loadingOverlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#loading {
	z-index:1001;
	position:absolute;
	width:208px;
	height:13px;
	text-align: center;
	left:50%;
	top:50%;
	margin-left:-104px;
	margin-top:-7px;
}