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

	/*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;
		border:0px double #317082;
	}
	/* 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;

		
	}
	/* 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{
	display:block;
	width:200px;
	padding-top:10px;
	padding-bottom:6px; 
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#000;
	border: 0px solid #663300;
	}
	.ver{
	display:block;
	width:auto;
	padding:5px;
	margin:0px;
	text-align:center;
	border: 0px solid #663300;
	}	
	

