/-------------------indice di gradimento--------------------/
	.bloccovota {
		float:right;
		clear:both;
		width:200px;
		background-color:white;
		border:1px dotted silver;
		padding:5px;
		
	}
	.statusvota{clear:left}
	.stelline {clear:left}
	.riepilogovota{clear:left}


	.stella_no, .stella_mezza, .stella_si, .stella_over {
		display:block;
		float:left;
		width:17px;
		height:15px;
		background-repeat:no-repeat;
	}

	.stella_no {
		background-image:url(stella_no.gif);
	}

	.stella_si {
		background-image:url(stella_si.gif);
	}

	.stella_mezza {
		background-image:url(stella_mezza.gif);
	}
	.stella_over {
		background-image:url(stella_over.gif);
	}
/-------------------fine indice di gradimento--------------------/
