﻿.modalProgressGreyBackground 
{
    background:#7e1718;
	filter:alpha(opacity=60);
	opacity:0.6;
	width:100%; 
    height:100%;
}

.modalProgressRedBackground 
{
    background:#7e1718;
	filter:alpha(opacity=60);
	opacity:0.5;
	position:absolute;
	width:100%; 
    height:100%;
	text-align: center;

}

.modalPopup
{
    text-align:center;
    vertical-align:middle;
    border-style:solid;
    border-color:#7e1718; 
    border-width:3px; 
    background-color:White; 
    width:250px; 
    height:300px;
    
}

