.modalProgressGreyBackground 
{
    background:#FFFFFF;
	filter:alpha(opacity=100);
	opacity:1;
	width:100%;
	height:100%;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
}

.updateProgress
{
	position: absolute;
	background-color: #EFF8FF;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 10%;
	left: 50%;
}
#label-wait{position:absolute; width:100%; height:100%; left:0; top:0; background-color: #e9f1f7;}
#waiter{position:absolute; width:300px; height:70px; left:30%; top:33%;  border:1px solid #0033CC; padding:0; color:#333333; background-color: #ffffff; margin:0;}
#waiter img{margin:0 auto; padding:0 10px;}
