.bg_bar_progress{padding:.2em!important;
border-top: 1px solid #ccc; display: block; margin: .5em 0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.bg_bar_progress span{
display: block;
height: 15px;
background-color: #ddd;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	text-align: left!important;
}

.bg_bar_progress span span{
	background: #F0B814;
}