#progress .bar, #progress .bar span
{
	display:block;
	width: 183px;
	height: 19px;
}
#progress .bar
{
	margin-bottom:2px;
}
#progress .bar, #progress .bar .value, #progress .bar  .fill>span
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#progress .bar .value
{
	text-align: center;
	font-size:0.79em;
	font-family: Verdana, Geneva, sans-serif;
	border: solid 1px black;
	width: 182px;
	height: 18px;
	line-height: 17px;
	cursor:default;
}
#progress .bar span
{
	position:absolute;
}
#progress .bar  .fill
{
	overflow:hidden;
}