﻿.progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}
.processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 4px 10px 4px 10px;
    width: 135px;
    z-index: 1001;
    background-color: #d6ded4;
    border: 1px solid #40534a;
}
.processMessage p.Message {
    height: 24px;
    background: url(images/ajax-loader.gif) no-repeat center left;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    color: #40534a;
    padding-left: 30px;
}