﻿body {
}

.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup
{
    
    text-align:center;
    padding-top: 30px; 
    padding-left: 30px;
    caption-side:top;
    float:inherit;
    position:relative; 
    border-style:solid; 
    border-width:2px; 
    background-color:White; 
    width:300px; 
    height:150px;
}
