	
	#poller{	/* The poller box */
		float:right;		
		width:170px;
		height:500px;		
		padding:5px;	
		margin:0px;
		overflow:visible;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
		
	}
/*texto preguntas encuesta*/
	.preguntas_Option{
		font-size:11px;
		font-weight:bold;
		color:#023A8A;
		
	}

	/*titulo de resultado de encuesta*/
	.result_pollerTitle{
	text-align:center;
	
	
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px;
		font-size:0.8em;
		color:#FFFFFF;
		
		
	}
	/* 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:#023A8A;
		font-size:0.9em;
		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:#FFFFFF;
	}	
	.result_totalVotes{
	float:right;
	display:block;
	width:190px;
	padding-top:10px;
	padding-bottom:6px; 
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin:0px;
	color:#FFFFFF;
	overflow:visible;
	}
	.ver{
	float:left;
	display:block;
	width:190px;
	margin:0px;
	height:20px;
	text-align:center;
	}	
	
