.ratings {
	overflow:   visible;
	position:   relative;
	width:      400px;
	height:     30px;
	margin-top: -15px;
}

.ratings_stars {
	background: url('/images/star_blank_15.png') no-repeat;
	float:      left;
	height:     13px;
	padding:    2px;
	width:      17px;
}

.ratings_vote {
	background: url('/images/star_voted_15.png') no-repeat;
}

.ratings_over {
	background: url('/images/star_overs_15.png') no-repeat;
}
		
.total_votes {  
	font-size:12px;
	margin-top:-10px;
	line-height:15px;
	color:#999999;
}

.thanks {
	margin-top:-10px;
	font-size:12px;
	color:#999999;
	line-height:15px;
}
.invalid {
	margin-top:-10px;
	font-size:12px;
	color:#999999;
	line-height:15px;
}