div.progressBg {
	height:100%;
	width: 0;
	border-radius:5px;
	background-color:#bdc3c7;
}

div.barContainer {
	width:210px;
	height:10px;
	float: left;
	margin-top: 1px;
	border-radius:3px;
	background-color:#ecf0f1;
	border-radius:5px;
	overflow:hidden;
}
div.ajaxLoadingMsgContainer {
	position: absolute;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}