﻿#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:100000;
}

#processMessage {
    position:fixed;
    top:30%;
    left:43%;
    padding:10px;
    width:150px;
    z-index:100001;
    color:White;
    font-family:Arial;
    font-size:11pt;
    font-weight:bold;
    text-align:center;
    margin-left: 30px;
    background-color:DarkGreen;
    border:solid 1px #000;
}
.modalBackground {
    background-color:black;
    filter:alpha(opacity=70);
    opacity:0.7;
}