.rating_star_none, .rating_star_half, .rating_star_full {
	display: block;
	outline: none;
	float: left;
	width: 20px;
	height: 20px;
}
.rating_star_none {
	background: white url('http://images.neopets.com/rating_star_none.gif');
}
.rating_star_half {
	background: white url('http://images.neopets.com/rating_star_half.gif');
}
.rating_star_full {
	background: white url('http://images.neopets.com/rating_star_full.gif');
}
#rating_feedback {
	float: left;
	padding-left: 5px;
	line-height: 18px;
}
