.pollQuestion {
	color: #485365;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial,Helvetica,Geneva,sans-serif;
}
.pollAnswer, .poll input {
	color: 485365;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial,Helvetica,Geneva,sans-serif;
}
.poll table {
	background: #e7e7d1;
}
.poll th {
	background: #ffffff;
}
.poll td {
	background: #e7e7d1;
}
