.progressbar_outer
{
	margin: 10px 0  10px 0;
	width:100%;
	background:#fff;
	border: solid 1px #ddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/border-radius.htc);
	box-shadow: 1px 1px 2px 1px #aaa;
}

.bar {
	height: 18px;
	background: #c2362b;
	color:#fff;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/border-radius.htc);
}