.rabidRating { position: relative; }

.rabidRating .wrapper {	
	cursor: pointer;
	background: #ccc;
}

.rabidRating .wrapper {
	overflow: hidden;
}

.rabidRating span,.rabidRating .wrapper {
	display: block;
	width: 112px;
	height: 25px;
}

.rabidRating span {
	position: relative;
	top: 0;
	left: 0;
	text-indent: -999em;
}

.rabidRating .ratingStars {
	display: block;
	background: url('/img/wings.png') no-repeat center;
}

.rabidRating .ratingFill {
    background-color: #000000;
}

.rabidRating .ratingVoted {
	cursor: default;
    background-color: #000000;
}

.rabidRating .ratingActive {
    background-color: #FFFC00;
}

.rabidRating .ratingText {
	color: #d0d0d0;
    font-size: 9px;
}

.rabidRating .ratingText.ratingError {
	color: #f00;	
}

.rabidRating .ratingText.loading {
    padding: 5px 0;
	background: url('/img/loading.gif') no-repeat;
	text-indent: -999em;
}

