.sondaggio {
	padding				: 10px 10px 10px 10px;
	background			: transparent;
	width				: 180px;
	margin-bottom		: 0px;
	margin-top			: 0px;
	color				: #FFFFFF;
	text-align			: left;
	border-bottom		: #000000 1px dotted;	
}
.poller{	/* The poller box */
	
/*float:center;*/
margin:auto;
width:148px;
padding:0 5px 5px 5px;
/*background-image:url(../../images/bg.jpg)!important;*/
background-repeat:no-repeat;
background-position:top right;
background-color:transparent;
}
	
.poller img {
border:0!important;
padding:0!important;
margin:0!important;
}
	
/* Poller title above radio buttons */
.pollerTitle{
margin-bottom:5px;
font-weight:bold;
color:#58A4D4;
font-size:1.1em;
text-align:center;
}

/* Label for each radio button */
.pollerOption{
margin:0px;
color: #58A4D4;
}

/* Label for each option above graph - i.e. results */
.result_pollerOption{
margin-bottom:0px;
color: #58A4D4;
font-size:1em;
}

/* Title of poller - when ajax shows the results */
.result_pollerTitle{
margin-bottom:5px;
font-weight:bold;
font-size:1.1em;
color:#58A4D4;
text-align:center;
}

/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
.result_pollGraph img{
float:left;
}
/* The <div> tag where the percentage result is shown */
.result_pollGraph div{
float:left;
height:16px;
background-repeat:repeat-x;
color:#FFFFFF;
font-size:1em;
line-height:16px;
}

/* Graph div - parent of both the corner images and the div displaying percentage votes */
.result_pollGraph{	
height:16px;
}
	
/* Message when Ajax is working getting restults fromt the server */
.poller_waitMessage{
display:none;	
}	
	
.result_totalVotes{
clear:both;
font-size:1.1em;
color: #000000;
margin-top:10px;
font-style:normal;
padding:3px 0 3px 0;
text-align:right;
}
