@charset "ISO-8859-1";
/* CSS Document */

div#form-voto label.text{
	display:table;
	width:80px;
	float:left;
	line-height:25px;
	margin-bottom:5px;
	clear:left;
	}
div#form-voto label.error{
	background:#FF9;
	margin:0 0 0 5px;
	padding:3px;
	border:1px solid #F93;
	float:left;
	line-height:15px;
	}
div#form-voto input.text{
	float:left;
	line-height:25px;
	margin-bottom:5px;
	}
div#form-voto input.pulsante{
	clear:both;
	}
.clear{
	display:table;
	clear:both;
	width:100%;
	}
div.bottoni p{
	text-align:right
	}
