table.polls tr td {
	padding-bottom:5px;
}
table.polls th {
	text-align:left;
}
table.polls td.question {
	padding-right:30px;
}
table.polls td.votes {
	width:37px;
	text-align:right;
}

div.poll ul.answers {
	margin-left:20px;
}
div.poll ul.answers li {
	margin-top:5px;
}
div.poll ul.answers li div.percentage {
	height:2px;
	border:1px solid #6060ff;
	background-color:#a0a0ff;
}

