﻿.modalBackground
{
	background-color: #cccccc!important;
	filter: alpha(opacity=50);
	opacity: 0.40;
}
.updateProgress
{  margin:0 auto;
    text-align:center;      
    width:auto;
    height:auto; 
    border-radius:5px; 
    border:1px solid #ccc; 
    padding:5px 10px;
    color:#999;
    font-size:12px;       
    background:#fff url("ajax-loader.gif") no-repeat 10px;  /* Old browsers */  
    text-indent:22px;       
}



