﻿
.progressStatusOverLay 
{ 
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    background-color: #c0c0c0;
    vertical-align:bottom;
    margin:0;
    padding:0; 
    z-index:10000000;
}

.progressStatusPopupContainer  
{
    background-color: #fff;    
    padding: 0px 0px 0px 0px;
    z-index:101; 
    border:none !important;
    box-shadow:none !important
}

.progressStatusTitlebarBlack {
	height: 29px;
    background:#565656 !important;
}

.progressStatusTitle
{	
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
    color:white !important
}

.progressStatusBody
{
    float:left;    
	padding:10px 10px 10px 10px;	
	clear:both;
}
                     
.progressStatusMessage 
{   
    font-family:Arial;
	font-weight:bold;
	font-size:12px;
	padding-top:10px;
	line-height:15pt; 
    color:#6D6E72 !important;
}

.progressStatusClose
{
    position:absolute;
    top:7px;
    right:5px;
}