﻿.progress
{
	left: 20%; top: 40%;
    display: block;
    position: absolute;
    padding: 2px 3px;
     z-index:600;
}
.container
{
    border: solid 1px #808080;
    border-width: 1px 0px;
}
.header
{
    
    background: white;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    font-family: arial,helvetica,clean,sans-serif;
}
.body
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}
 #bgDiv {
      position:absolute;
      top:0px;
      bottom:0px;
      left:0px;
      right:0px;
      overflow:hidden;
      padding:0;
      margin:0;
      background-color:white; 
      filter:alpha(opacity=70);
      opacity:0.5;
      z-index:500;
    }