#poll_manager { 
	font-size:8pt;
	font-family:Arial;
	color:#e3bb95;
	background-color:#000000;
}
#poll_manager .poll_ex { padding-bottom:10px;
	border:solid 3px #666666;
	width:150px;
}
#poll_manager .poll_question { padding:10px; 
	border-bottom:solid 3px #666666;
}
#poll_manager .question { 
	font-size:8pt;
	font-family:Arial;
	color:#e3bb95;
	font-weight:bold;
}
#poll_manager .answer, #poll_manager label { 
	font-size:8pt;
	font-family:Arial;
	color:#e3bb95;
	font-weight:normal;
}
#poll_manager .poll_color { width:80%; }
/* Holy hack */
/* Hides from IE5_mac \*/
* html #poll_manager {height: 1%;}
/* End hide from IE5_mac */ 
