.pollArea {
	font-size: 9pt;
	padding: 10px;
}

#poll {
	display: table;
	width: 100%;

	font-size: 9pt;
	color: #000000;

	background-color: #fff;
	padding: 5px;
}

#poll .title {
	font-weight: bold;
	margin-bottom: 6px;
}

#poll .choices {
	margin-bottom: 10px;
}

#poll .info {
	margin-bottom: 6px;
}



#poll_edit {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

#poll_edit .line {
	margin-bottom: 4px;
}