#DHTMLSuite_progressPane{
	width:100%;
	height:100%;
	background-color:#FFF;
	z-index:5000;
	position:absolute;
	left:0px;
	top:0px;
	
}
#DHTMLSuite_progressBar_bg{
	position:absolute;
	left:50%;
	top:50%;
	width:300px;
	height:20px;
	border:1px solid #000;
	background-color:#EEE;
	margin-left:-150px;	
	margin-top:-20px;
	text-align:center;
}
#DHTMLSuite_progressBar_outer{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;	
	height:100%;
	overflow:hidden;	
}

#DHTMLSuite_progressBar{
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	background-color:#184EB8;
	filter: Alpha(Opacity=0, FinishOpacity=100,Style=1,StartX=0, StartY=0, FinishX=200,FinishY=20) ;
	height:100%;
	z-index:5000;
}
#DHTMLSuite_progressBar_txt{
	color:#000;
	z-index:10000;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:absolute;		
	font-family:arial;
	font-size:0.8em;
	line-height:20px;	/* Same as height of progress bar */
}