.pollArea {
	width: 240px;
}

#poll {
	display: table;
	font-size: 8pt;
	color: #000000;
	width: 240px;
	margin-left: 10px;
}

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

#poll .description {
	margin-bottom: 6px;
	font-weight: normal;
}

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

#poll .choice {
	float: none;
	clear: both;
	display: block;
	margin-bottom: 6px;
}

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

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

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