	
	#poller{	/* The poller box */
		float:right;		
		width:170px;
		height:auto;		
		padding:5px;	
/*		border:1px double #317082;*/
		margin:0px;
		overflow:visible;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
		
		
	}
/*texto preguntas encuesta*/
	.preguntas_Option{
		font-size:10px;
		font-weight:bold;
		color:#000;
	}

	/*titulo de resultado de encuesta*/
	.result_pollerTitle{
	text-align:center;
	color:#FF4A00;
	
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px;
		font-size:10px;
		color:#000;
	}
	/* 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;
		font-weight:bold;
		color:#FFF;
		font-size:10px;
		line-height:16px;
	/*	border:2px double #317082;*/
	}
	/* 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;	
		color:#000;
	}	
	
	.result_totalVotes{
	float:right;
	width:170px;
	padding-top:6px;
	text-align:center;
	padding-bottom:10px; 
/*	border:1px double #317082;*/
		font-size:10px;
		font-weight:bold;
		margin-top:0px;
		color:#FF4A00;
	}
	
