	.poller{	/* The poller box */
	
		float:right;		
		width:216px;
		height:130px;		
		background-image:url(../images/arbo/fondsondage.gif);
		background-repeat:no-repeat;
		background-position: center center;
	}

	.poller2{	/* The poller box */
		padding: 0 !important;
	}
	.poller2 div {
		padding: 0 !important;
	}
	
	/* Poller title above radio buttons */
	.pollerTitle{
		margin-top:1px;
		margin-bottom:5px;
	}
	/* Label for each radio button */
	.pollerOption{
		text-align: center;
		margin: 0px;
		padding:0px;
	}
	.poller_question {
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		text-align: left;
		margin-left:2px;
		margin-right:2px;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img.gauche{
		float:left;
		margin:0;
		border: none;
		height:9px;
	}
	.result_pollGraph img.droite{
		float:left;
		margin:0;
		border: none;
		position:relative;
		left:-6px;
		height:9px;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		width:30px;
		float:left;
		height:9px;
		background-repeat:repeat-x;
		color:#000;
		font-size:9px;
		line-height:9px;
		margin:0px;
		padding: 0px;
		position:relative;
		left:-3px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:9px;
		margin-left:1px;
		margin-right:1px;
		margin-bottom:5px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
		clear:both;
		margin-top:10px;
		font-style:italic;
		color: #FFF; 
		font-size: 10px;
	}