#rateArticle {
	border:1px solid #d2d2d2;
	margin:0px 0px 0px 0px;
	padding:0px 9px 0px 9px;
}

.rating {
	cursor: pointer;
	display: block;
	padding:5px 0px 5px 0px;
}

.ratingArticleListing {
	margin: 0px 10px 0px 0px;
	float:left;
}

.ratingArticle {
	margin: 0px 10px 10px 0px;
	float:right;
	clear:both;
}

.ratingWebinar {
	margin: 0px 10px 0px 0px;
	float:right;
}

.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel{display:none;}

.star, .ro_star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.star, .ro_star,
.star a {background: url(../images/star.gif) no-repeat 0 0px;}

.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.on {
	background-position: 0 -16px;
}


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


