#results h1 {
	font-size: 30px;
	text-transform: capitalize;
	text-align: left;
}

#poll h2 {
	text-align: left;
}



#results p {
	text-align: left;
}

div.extended_poll_question label {
	display: block;
	margin-top: 5px;
}

div.extended_poll_question label input {
	margin-right: 5px;
}

div.question {
	border-top: 1px dashed #ccc;
	clear: both;
	margin-top: 10px;
}

div.question.first {
	border: none;
	margin-top: 0;
}


#poll label {
	display: block;
	margin-bottom: 5px;
	text-align: left;
}


div.simple_poll_frame {
	text-align: center;
}

div.simple_poll_frame h2,
div.simple_poll_frame label {
	text-align: left;
}
