#progress_container {
	width: 300px; 
	height: 30px; 
	border: 1px solid #CCCCCC; 
	background-color:#ffffff;
	display: none; 
	margin:5px 0px 5px 0px;
}

#progress_bar {
	position: relative; 
	height: 30px; 
	background-color: #2e4312; 
	width: 0%; 
}

#progress_completed {
font-size: 20px;
line-height: 30px;
padding-left: 4px;
color: #6cbf00;
font-weight: bold;
text-shadow: none; 
}
#progress_bar_text{
display:none;
}