.rating-box {
  /* float: right; */
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  padding-top: 3px;
  width: 205px;
  height: 56px;
  text-align: center;
  background: url(../images/vote-bg.gif) no-repeat top left;
}
.rating-text {
  padding-top: 2px;
  *margin-top: -6px;
  font-size: 10px;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  font-weight: normal;
}

.rating {
	cursor: pointer;
	/* margin: 2em; */
	clear: both;
	display: block;
	margin: 4px 0 0 18px;
}
.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;
}
.cancel,
.cancel a {background: url(../images/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(../images/star.gif) no-repeat 0 0px;}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0 -16px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -32px;
}



