﻿body {
}

.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.progress
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:2px; 
    background-color:White; 
    width:300px; 
    height:60px;
}
