div#rating {
	float:left; 
	border:1px solid #cdcdcd;
	 background:#fbfbfb;
	margin-bottom:30px;
}
div#rating table{width:385px;}
td.word_rating {text-align:right; width:145px;}
td.rating_stars {width:105px;}
td.td_center {text-align:center;}
td.last_rating_stars {width:75px; text-align:left;}
td.last_rating_username {width:100px; text-align:left;}
.rating {
	cursor: pointer;
	margin: 2em;
	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 span{
	cursor: default;
}

.star,
.star span,
.star a {background: url(/_imgs/star_rating.gif) no-repeat 0 0px;}
	
.cancel a,
.star span,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
	border:1 solid #FF0000;	

}

div.star_on span,
div.star_on a {
	background-position: 0 -16px;
}
div.star_hover a,
div.star a:hover {
	background-position: 0 -32px;

}



