/*	CSS for JavaScript status bar	*/
.progressBar	{
	background: url(progressIndicator.png) no-repeat;
	width: 300px;
	height: 15px;
	border:1px solid silver; 
	}
.whiteOverlay {
	float:right;
	height:15px;
	}