#Encuesta{
	border-color: #B2B0A6;
	border-style: solid;
	border-width: 1px 1px 2px;
	margin:0 0 10px;
	padding:0 0 5px;
	overflow:hidden;
	display:none;
}
.poller{	
	padding:10px 10px 5px;
}
.pollerTitle{
	margin-bottom:20px !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0D6743;
}
.pollerOption{
	margin:5px 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px !important;
	color:#222222;
}
.result_pollerOption{
	margin:0px;
	font-size:0.7em;
}
.result_pollerTitle{	
	margin-bottom:5px !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0D6743;
}
/* 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:#FFF;
	font-size:9px;
	line-height:16px;
}
/* Graph div - parent of both the corner images and the div displaying percentage votes */
.result_pollGraph{	
	height:16px;
	font-size:10px;
	margin:0 0 2px;
}
.result_pollGraph span{
	font-weight:bold;
	padding:0 0 0 5px;
}

/* Message when Ajax is working getting restults fromt the server */
.poller_waitMessage{
	display:none;
	font-size:11px;
	font-style:italic;
	padding:10px 0 0;
	text-align:center;
}	
.poller_waitMessage img{
	clear:both;
	margin:10px;
}

.result_totalVotes{
	clear:both;
	font-size:11px;
	font-style:italic;
	padding:0;
	text-align:right;
}
.BotonVotar{
	margin: 5px 0 0 0;
	float:right;
} 