body {
  font-family: arial, sans-serif;
	font-size: 10pt;
	color: #333;
}
a {
  text-decoration: underline;
  color: #0070ac;
}
#box {
	background: url(../img/progress-bar-back.gif) right center no-repeat;
	width: 220px;
	height: 20px;
	float: left;
}
#perc {
	background: url(../img/progress-bar.gif) right center no-repeat;
	height: 20px;
}
#text {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #000;
	float: left;
	padding: 3px 0 0 10px;
}
p {
  clear: both;
}

