div#progressindicator, div#helpBox {
	position: absolute;
	border: 4px ridge #333; /*#99C;*/
	top: 30%;
	bottom: 70%;
	width: 350px;
	height: 90px;
	background: #FFF;
	z-index: 10000000;
	text-align: center;
	visibility: hidden;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
div#progressindicator div#progressindicatortext, div#helpBox div#helpTxt {
	font-size: 11px;
}
div#progressindicator div#progressindicatorbar {
	margin: 15px auto 15px auto;
	width: 270px;
	background: #305085 url(../images/progressbar.gif) no-repeat center;
	border: 2px inset #FFF;
	height: 10px;
}
div#helpBox {
	background: #E5E5E5 url(../images/help.box.png) no-repeat 8px 5px;
	font-weight: normal;
}
div#helpBox div#helpTxt {
	text-align: left;
	margin: 0 0 0 65px;
	border: 5px solid #FFF;
	border-left-width: 10px; 
	border-right-width: 10px; 
	padding: 0px;
	text-transform: normal;
	color: #333;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	background-color: #fff;
}
div#helpTxt:first-line {
	font-weight: bold;
	text-transform: normal;
	line-height: 24px;
	color: #00F;
}
