﻿.WaitProgressOverLayerClass
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	z-index: 10;
	padding-top: 25%;
	padding-left: 30%;
}
.WaitProgressMessageClass
{
	position: fixed;
	background: url(  "Images/wait.gif" ) no-repeat 10px 10px;
	background-color: #f2f2f2;
	padding: 10px;
	border: solid 1px #808080;
	z-index: 11;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	text-align: center;
	vertical-align: middle;
	top: 40%;
	left: 35%;
	width: 500px;
	height: 50px;
}
.WaitProgressOverLayerClass2
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #f2f2f2;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	z-index: 10;
	width: 100%;
}
.WaitProgressMessageClass2
{
	background-color: #eee;
	padding: 10px;
	border: 1px solid black;
	z-index: 9;
	filter: alpha(opacity=1);
	opacity: 1;
	-moz-opacity: 1;
	text-align: center;
}

