.rabidRating { position: relative; padding-top:10px;}

.rabidRating .wrapper {	
	/*float:left;*/
	cursor: pointer;
	background: #ccc;
	margin-right:10px;
}

.rabidRating .wrapper {
	overflow: hidden;
}

.rabidRating span,.rabidRating .wrapper {
	display: block;
	width: 96px;
	height: 25px;
}

.rabidRating span {
	position: relative;
	top: 0;
	left: 0;
	text-indent: -999em;
}

.rabidRating .ratingStars {
	display: block;
	background: url('img/stars.png') no-repeat center left;
}

.rabidRating .ratingFill {
	background-color: #e8b81a;
}

.rabidRating .ratingVoted {
	cursor: default;
	background-color: #e8b81a;/*#0069ff;*/
}

.rabidRating .ratingActive {
	background-color: #e8b81a;
}

.rabidRating .ratingText {
	/*color: #000;*/
	/*padding-top:5px;*/
	color:#808080;
	font-size:12px;
	float:left;
}

.rabidRating .ratingText.ratingError {
	color: #f00;	
}

.rabidRating .ratingText.loading {
	background: url('img/ajax-loading.gif') no-repeat;
	text-indent: -999em;
}
