.progress-bar {
	background: #CCC url('/images/ui/progress-background.gif') repeat-x scroll center left;
	height: 13px;
	border-top: 1px solid #BBB;
	border-right: 1px solid #999;
	border-bottom: 1px solid #888;
	border-left: 1px solid #999;
	border-radius: 3px;
}
.progress-bar .progress-fill {
	background: #00D328 url('/images/ui/progress-fill.gif') repeat-x scroll center left;
	height: 13px;
}
.progress-bar .progress-fill-indeterminate {
	background-image: url('/images/ui/progress-indeterminate.gif')
}