dl, dt, dd{margin:0;padding:0;}

dd{
   width:150px;
   height:15px;
   position:relative;
}

dd span.bar{
	position:absolute;
	display:block;
	width:150px;
	height:15px;
	background:url(bar.gif) no-repeat 0 0;
	top:0px;
	left:0px;
	overflow:hidden;
	text-indent:-8000px;
}

dd em{
	position:absolute;
	display:block;
	width:150px;
	height:16px;
	background:url(bg_cover.gif) repeat-x;
	top:0;
}