.star 
{
	float: left; 
	margin-right: 0px; 
	width: 16px; 
	height: 16px;
	background-image: url('/images/star.gif');
	background-repeat: no-repeat;  
	display:block;
}

.star.selected
{
	background-position: 0 -16px; 
}

.star.hover
{
	background-position:0 -32px
}

.star_thanks
{
	float: left; 
	margin-left: 5px;
	height: 12px; 
	margin-top: 4px; 
	font-style: italic; 
}
