#current-poll form {
	margin-top:0;
}

#current-poll form input,
#current-poll form label {
	cursor:pointer;
}

ul.poll-results,
ul.poll-options {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

ul.poll-results li {
	clear:both;
}

ul.poll-results p.option {
	margin-top:0.2em;
	margin-bottom:0.2em;
}

ul.poll-results div.bar {
	font-size:1px;
	background-color:#005597;
	height:15px;
	float:left;
}

ul.poll-results p.score {
	margin:0 0 0 5px;
	padding:0;
	float:left;
	line-height:15px;
}

.devotion-poll #current-poll {
	border:solid 1px #EFE9D1;
	padding: 5px 0 0 0;
}

.devotion-poll #current-poll h3 {
	margin-top:0;
}

.devotion-poll ul.poll-results div.bar {
	height:10px;
}

.devotion-poll ul.poll-results p.score {
	line-height:10px;
}