.wp-polls-form h3 {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 8px;
	float: none;
}
.wp-polls-form ul {
	font-size: 1.4em;
	line-height: 1.6em;
}
.wp-polls-form a { /* a is already defined with 1.2em */
	font-size: 1.2em;
}
.wp-polls-form .gray {
	color: #666666;
}
ul.wp-polls-ul {
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 8px 0;
}
ul.wp-polls-ul li {
	clear: left;
	margin: 0 0 2px;
}
.wp-polls-ul div.poll-ans,
.wp-polls-ul div.poll-bar,
.wp-polls-ul div.poll-res {
	float: left;
}
.wp-polls-ul div.poll-ans {
	width: 230px;
	overflow: visible;
}
.wp-polls-ul div.poll-bar {
	width: 250px;
}
.wp-polls-ul div.poll-res {
	overflow: visible;
	text-align: right;
	width: 48px;
}
.wp-polls .pollbar {
	margin: 6px 0;
}