form.poll
{
	width: auto;
	margin: 0px;
}

.poll-results
{
	font-style: italic;
}

.results-total
{
	width: 100%;
	border: 1px solid gray;
	margin-bottom: 5px;
}

.poll-percentage
{
	font-size: 0px;
	height: 10px;
	background-color: silver;
}

#poll-question p{
		margin-bottom: 10px;
}