.rating-off {
	width: 80px;
	height: 16px;
	background: #CBCBCB url("../images/rate-star.png") repeat-x top left;
}
.rating-on {
	height: 16px;
	background: #FFCB1B url("../images/rate-star.png") repeat-x top left;
}
.rating-note {
	line-height: 20px;
	font-size: 8pt;
}
.rating-form select {
	width: 40px;
}
