.rating {
	cursor: pointer;
	margin: 0em;
	clear: both;
	display: block;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.star-left,
.star-right {
  width: 8px
}

.error{
color:red;
}

.cancel,
.cancel a {background: url(/toolbox/5starrating/images/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(/toolbox/5starrating/images/star.gif) no-repeat 0 0px;}
.star-left,
.star-left a {background: url(/toolbox/5starrating/images/star-left.gif) no-repeat 0 0px;}
.star-right,
.star-right a {background: url(/toolbox/5starrating/images/star-right.gif) no-repeat 0 0px;}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a, div.ratingfocus div.on a {
	background-position: 0 -16px;
}

div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -32px;
}


.staticstar {
	background:url(/toolbox/images/starsprite.gif);
	width:80px;
	height:16px;
}
.star5  {background-position:0px 0px;}
.star10 {background-position:0px -16px;}
.star15 {background-position:0px -32px;}
.star20 {background-position:0px -48px;}
.star25 {background-position:0px -64px;}
.star30 {background-position:0px -80px;}
.star35 {background-position:0px -96px;}
.star40 {background-position:0px -112px;}
.star45 {background-position:0px -128px;}
.star50 {background-position:0px -144px;}
.star0 {background-position:0px -160px;}
