.polls_container {background-color: #F7F7F7; border:solid 1px #666666; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;float:left; width: 270px; margin-bottom:5px; margin-top:5px;}
	.poll_loading{display:none; float:left; left:50%; top:50%; position:relative;}
	.polls_container_loading{ }
		.poll{}
			.poll_header{background-image:url(../images/poll_bg.png); background-repeat:repeat-x; text-align: center;}
			.poll_question{font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif;; font-weight: bold; text-align: center; background-color: #F7F7F7; padding-bottom:15px; padding-top: 5px;}
			.option_poll_container{background-color: #F7F7F7;}
				.option_poll{text-indent:10px; line-height:20px;}
			.footer_poll{float:left;background-color: #F7F7F7; width:100%;}
				.show_result_poll{float:left;background-color: #F7F7F7; margin-left:25px; line-height:30px;}
				.show_poll{float:left;background-color: #F7F7F7; margin-left:25px; line-height:30px; display: none;}
				.vote_poll{float:right; margin-right: 45px; line-height:30px;}
			.result_poll_container{display: none; text-indent:10px;line-height:20px;background-color: #F7F7F7;}
				.result_bar_poll{text-indent:10px;line-height:20px; margin-left:27px; margin-right: 30px;}
				.result_porcent_poll{font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px;}
			.developedby{font-size: 10px; float:right; padding: 5px;}
			
.link{color:#0033CC;}
.link:hover{text-decoration:underline;}