#processing_overlay
{
	position: absolute;
	/*zIndex: 99998;*/
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background-color:#ccffff;
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity:0.5;

	cursor:wait;
}						
#processing_container 
{
    font:bold 14px verdana;
	min-width: 250px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #333333;
	border: solid 0.5px #8C8C8C;
	color: #F23333;
}

#processing_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	background-color:#669900;
	color: #FFF;
	/*border: solid 1px #FFF;*/
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#processing_content {
	text-align: center;
/*	padding: 1em 1.75em; */
	margin: 0em; 
	vertical-align:middle;
}








.ModalProgressContainer    {
        z-index: 10005;        position: fixed;        cursor: wait;         top:0%;         background-color: #ffffff;         filter: alpha(opacity=50);        opacity: 0.5;        -moz-opacity: .5;         height: 100%;        width: 100%;        text-align: center;                 }     
        
        
.ModalProgressContent    {        padding: 10px;         border: solid 0px #000040;         font-weight: bold;         background-color:#ffffff;        margin-top:300px;    } 
