.acgProgressBar
{
	background-color:rgb(255,255,255);
	width:100%;
	height:6px;	/* This is required to force enough height to show progressbar */
	border-radius:5px;
	jmax-width:320px;
	margin:auto;
	jbox-shadow:0px 2px 2px 2px rgba(0,0,0,0.4);
}

.acgProgressBarBackgroundBar
{
	background-color:rgb(200,64,64);
	height:100%;
	border-radius:5px;
}

.acgProgressText
{
	font-size:1.1em;
	jfont-weight:bold;
	font-family:'LG Smart Bold';
	margin-bottom:0.5em;
	color:rgb(57,0,125);
}
