/*
	line-height de .poll_option a debe ser igual a la de .poll_option
*/
.poll { width:100%;margin:12px auto; }
.poll .poll_question {
	font-weight:bolder;
	padding:0 10px;
	text-align:left;
}
.poll .poll_options { margin:12px 20px; }
.poll .poll_options .poll_option {
	position:relative;
	height:28px;
	margin:5px 0;
	
	font-weight:bolder;
	font-size:small;
}
.poll .poll_options .poll_option span { z-index:1; position:relative }
.poll .poll_options .poll_option .poll_bar { background:#FCDCE3 url(/img/poll_bar_bg.jpg) repeat-x top;border:#FBCAD5 solid 1px; }
.poll .poll_options .poll_option a { position:relative;z-index:1;line-height:28px;margin-left:6px;padding:6px 0; }
.poll .poll_results_button {
	width:93px;height:22px;
	display:block;
	background:url(/img/bt_ver_resultados.gif) no-repeat;
	margin:0 auto;
}