.poll  {
	font-size: 12px;	
	padding: 10px;
}

.poll ul{
	list-style: none;
	margin: 0 0 10px 0;
}

.poll li{
	padding: 5px 0;
	list-style: none;
	margin: 0;
}

.poll_question{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.poll_buttons{
	text-align: center;
}

.poll_vote{
	text-align: center;
}

.poll_results{
	padding: 10px;
}

.poll_results_question{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.poll_results_vote{
	font-size: 13px;
	margin-bottom: 4px;
	padding-left: 10px;
}

#container label.poll_option{
	display: inline;
}

.poll_option{
	margin-left:10px;
	color: #555;
	font-size: 12px;
}