/* Sondaggio */

.boxSondaggioVota {
	margin: 10px 4px 4px;
	padding: 10px;
	border: 1px dashed #ccc;
	background-color: #fff;
	color: #999;
	line-height: 150%;
}

.boxSondaggioVota h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #F50BA3;
}

.boxSondaggioVota h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	background: none;
	font-weight: normal;
}


.boxSondaggioVota p{
	padding: 10px 0 0;
	margin: 0px;
	text-align: center;
}

.boxSondaggioVota input {
	vertical-align: middle;
}


.boxSondaggioRis {
	height: 140px;
	background: url(../images/sondaggio/sondaggio_bg.gif) no-repeat right bottom;
	color: #000;
	line-height: normal;
}


.boxSondaggioRis h1{
	color: #000;
	margin: 0 0 10px;
}

.boxSondaggioRisPerc{
	color: #000;
	padding: 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}


.boxSondaggioBar1{
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background: url(../images/sondaggio/bar1.gif) repeat-x;
	line-height: 9px;
}

.boxSondaggioBar2{
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background: url(../images/sondaggio/bar2.gif) repeat-x;
	line-height: 9px;
}

.boxSondaggioBar3{
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background: url(../images/sondaggio/bar3.gif) repeat-x;
	line-height: 9px;
}

.boxSondaggioBar4{
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background: url(../images/sondaggio/bar4.gif) repeat-x;
	line-height: 9px;
}

.boxSondaggioBar5{
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background: url(../images/sondaggio/bar5.gif) repeat-x;
	line-height: 9px;
}

.boxSondaggioBar6{
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background: url(../images/sondaggio/bar6.gif) repeat-x;
	line-height: 9px;
}

.boxSondaggioBarOmbra{
	background: url(../images/sondaggio/bar_ombra.gif) repeat-x;
	height: 20px;
	/*
	display: none; 
	decommentere se non si vuole mostrare l'ombara delle barrette oppure togliere img e cambiare misure per gestire spaziatura*/
}