#progressPane{
  width:350px;
  height:90px;
  background-color:#F6F6F6;
  z-index:5000;
  position:absolute;
  left:25%;
  visibility:hidden;
  border:1px solid #000;
}

#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;
}

#progressBar_outer{
  position:absolute;
  left:0px;
  top:0px;
  width:0px;	
  height:100%;
  overflow:hidden;	
}
	
#progressBar{
  position:absolute;
  left:0px;
  top:0px;
  width:300px;
  background-color:#184EB8;
  height:100%;
  z-index:5000;
}

#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 */
}

#cLoadingIndicator{
	position: fixed;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 20em;
	margin: 1em;
	padding: 7px 5px 7px 10px;
	font: 12px/1.2em "Lucida Console", "Courier New", monospace;
	text-align: left;
	visibility:hidden;
	color: #111;
	background-color: #FFFFB4;
	border: 1px solid #111;
}

/* star html hack - IE only */
* html #cLoadingIndicator{
	position: absolute;
}

/* a bet on future IEs */
#cLoadingIndicator[id]{
	position: fixed;
}

img {
border:0px;
}