

.modalProgressGreyBackground 
{
	background:#CCCCCC;
	filter:alpha(opacity=10);
	opacity:0.1;
}

.modalPopup
{
	text-align:center;
	padding-top: 0px; 
	border-style:solid; 
	border-width:1px; 
	background-color:White; 
	width:0px; 
	height:0px;
}

.LoadingPanel 
{
	padding-top:0px;
	background-color: #eeeeee;
	border-width:0px;
	border-style:solid;
	border-color:Gray;
	width: 0px;
	height: 0px;
	text-align:center;
	vertical-align: middle;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=0);
	opacity:0.0;
}


