#poll {
	background-color: #fcfcfc;
	color: #383838;
	border: 3px solid #dddddd;
	font-family: "Corbel", "Tahoma", sans-serif;
	margin: 1em;
	padding: 1em;
	width: 22em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#poll div.header {
	text-transform: uppercase;
	font-size: smaller;
}

#poll div.question {
	margin: .5em 0;
	font-size: larger;
	font-weight: bold;
}

#poll a.results,
#poll a.poll {
	display: block;
	margin-top: 1em;
	font-size: 0.8em;
	color: #2020d0;
}

#poll ul.choices {
	margin: 1em 0;
}

#poll ul.choices li,
#poll ul.results li {
	margin: .5em 0;
	padding: 0;
	list-style-type: none;
}

#poll div.bar {
	background-color: #cc4400;
	margin: .2em 0;
	width: 0;
}

#poll strong {
	font-weight: bold;
}