﻿.modalBackground  {
   background-color:Gray;
   filter:alpha(opacity=60);
   opacity:0.60;   
}    

.updateProgress {
   border-width:1px; 
   border-style:solid; 
   background-color:#FFFFFF; 
   position:absolute; 
   width:130px; 
   height:50px;    
}

.updateProgressMessage {
   margin:3px; 
   font-family:Trebuchet MS; 
   font-size:small; 
   vertical-align: middle;
}

.modalHeading {
   color:Black;
   font-family:Arial;
   font-size:20pt;
   font-weight:bold;
   text-decoration:underline;
   margin-bottom:2em;
}

.modalCloseButton {
   position:absolute;
   bottom: 1em;
   right: 1em;
   font-family:Verdana;
   font-size:9pt;
   clear:both;
   width:60px;
}
