.plugin-subject-rating input[type=radio]{
	padding:0px;
	margin:0px;
	border:none;
	background:none;
	position:absolute;
	left:10px;
	top: 10px;
	height: 0px !important;
	width: 0px !important;
	text-indent:-9999em;
	z-index: -1;

	cursor:pointer;
	text-transform:uppercase;/*IE7*/
}
.plugin-subject-rating ul {
	list-style: none;
	margin: 0em;
}
.plugin-subject-rating-wrap {
	width: 200px;
	position: relative;
}
.plugin-subject-rating .avarage {
	width: 200px;
	height: 30px;
	float: left;
	margin-top: -30px !important;
	position: relative;
	background:url(../img/elements.png) left center repeat-x;
	z-index: 999;
}
.plugin-subject-rating label{
	text-indent: -999em;
	margin: 0em !important;
	float: left;
	padding: 0em !important;
	display: block;
	border: none !important;
	width: 40px;
	height: 30px;
	z-index: 10px;
	background: url(../img/elements.png) left top repeat-x;
}
.plugin-subject-rating.active label:hover,.plugin-subject-rating label.active {
	background:url(../img/elements.png) left bottom no-repeat;
}
.plugin-subject-rating-total-points {
	width: 118px;
	float: right;
	height: 68px;
	margin-top: -3px;
	background: url(../img/bg-rating.png) left top no-repeat;
	text-align: right;
	display: block;
	color: #fff;
}
.plugin-subject-rating-total-points:hover {
	text-decoration: none;
}
.plugin-subject-rating-total-points span {
	font-size: 18px;
	margin-top: 23px;
	display: block;
	margin-right: 15px;
}