﻿#progressModal
{
    /*FILTER: alpha(opacity=80); 
    opacity: .8; */
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 4999;
}
#progressModalMessage
{
    z-index: 5000;
    FILTER: alpha(opacity=80); 
    opacity: .8;
    position: fixed; 
    width: 179px; 
    height: 21px;     
    top: 50%; 
    margin-top:-13px; 
    left: 50%; 
    margin-left:-110px; 
    padding: 14px 10px 10px 34px; 
    border: 1px solid #333333;
    background: #cccccc url('../../Images/wait.gif') no-repeat 10px 13px;
}