.bar_container {
	margin-bottom:10px;
	height:12px;
}
.bar {
	background-color:#999999;
	width:100px;
	float:right;
	border:solid thin black;
	height:7px;
	margin-right:10px;
	position:relative;
	top:5px;
}
.bar img {
	position:relative;
	top:-7px;
}
.bar_rating {
	width:25px;
	float:right;
	height:7px;
}
.bar_legend {
	width:110px;
	float:right;
	height:7px;
}