#poll_manager { 
	font-family:Verdana;
	color:#170902;
	background-color:#fbf982;
}
#poll_manager .poll_ex { padding-bottom:10px;
	border:solid 3px #ee7700;
	width:240px;
}
#poll_manager .poll_question { padding:10px; 
	border-bottom:solid 3px #ee7700;
}
#poll_manager .question { 
	font-size:1em;
	font-family:Verdana;
	color:#170902;
	font-weight:bold;
}
#poll_manager .answer, #poll_manager label { 
	font-size:1em;
	font-family:Arial;
	color:#663333;
	font-weight:bold;
}
#poll_manager .poll_color { width:80%; }
/* Holy hack */
/* Hides from IE5_mac \*/
* html #poll_manager {height: 1%;}
/* End hide from IE5_mac */ 

