
#votos span {
	float: left;
	cursor: pointer;
}

#votos .novoto {
	float: left;
	cursor:default;
}

#votos .clearleft {
	clear: left;
}

#votos div { 
	display: block;
	width: 125px;
	padding-top: 0px;
	height: 16px;
	margin: 0;
}

#votos .floatleft {
	float: left;
}

#votos .highlight {
	position: relative;
	font-weight: bold;
}

#votos .star_rating {
	float: left;
	margin-left:-20px;
	width: 120px;
	top:1px;
	position: relative;
}

#votos img {
	border: 0;
}
