﻿.waitScreen {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	background-color: black;
	z-index: 10001;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
	vertical-align: middle;
	text-align: center;
}