﻿.WaitProgressOverLayerClass
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	z-index: 9;
	padding-top: 25%;
	padding-left: 30%;
}
.WaitProgressMessageClass
{
	background-color: white;
	/*border: 1px solid black;*/
	z-index: 9;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	text-align: center;
	width: 500px;
}
.WaitProgressOverLayerClass2
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: white;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	z-index: 9;
	/*display:table;*/
	width:100%;
	height:100%;
}
    
/*.WaitProgressMessageClass2
{
	background-color: red;
	border: 1px solid black;
	z-index: 9;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	text-align: center;
}*/