.ratingz {
	font-size:12px;
}
.ratingz p, .ratingz span {
	font-size:12px;
}
.ratingCaptchaContainer {display:none}

.ratingCaptchaImage {
	margin:3px 0;
}
p.ratingCaptchaText {
	margin-bottom:3px;
}
p.ratingCaptchaError {
	font-size:11px;
	margin:3px 0;
	color:red;
}
input.ratingCaptchaValue {
	width:25px;
}
.ratingSubmit, .ratingSubmit {}

div.ratingItemsContainer a {
	float:left;
	width:25px;
	height: 25px;
	margin-right:5px;
	background:url(images/default/stars_votes.gif) 0 -62px no-repeat transparent;
	text-indent:-999em;
	cursor:hand;
	outline-color: -moz-use-text-color;
	outline-style: none;
}
div.ratingItemsContainer {
	margin:10px 0;
	background:url(images/default/stars_bg.gif) top left no-repeat transparent;
	height: 26px;
	padding:5px 0 0 15px;
}
div.ratingItemsContainer a.hover {
	background-position:0 -32px;
}

div.ratingItemsContainer a.selected {
	background-position:0 0;
}

div.ratingItemsContainer a.selected75 {
	background-position:0 -79px;
}

div.ratingItemsContainer a.selected50 {
	background-position:0 -122px;
}

div.ratingItemsContainer a.selected25 {
	background-position:0 -153px;
}

