* {
	margin:0;
	padding:0;
}
div.title_nota {
	/*width:200px;*/
	height:26px;
}
ul.star-rating {
	height:100%;
	width:135px;
	float:left;
}
ul.star-rating li {
	display:inline-block;
	width:28px;
	height:26px;
	text-indent:-9999px;
	background:url(star.png) 0 -57px;
	margin:0 -6px 0 0;
	list-style:none;
	cursor:hand;
	cursor:pointer;
}
.star-hover, .star-hover-on {background-position:0 -85px !important;}
li.star-hover-enter {cursor:default !important;}
