.polls p {
	margin: 1em 0.7em;
	padding: 0;
}

.pollForm {
	margin: 0 0 0.3em 0.5em;
	padding: 0;
}
.pollOption {
	clear: both;
	margin: 0;
	padding: 0;
}

.pollRadio {
	width: 21px;
	padding-right: 5px;
}

.pollOption tr {
	height: 30px;
}
.pollOption .pollHasImage {
	height: 50px;
}

.pollOption td {
	padding-bottom: 5px;
}

.pollImage {
	width: 50px;
	padding-right: 8px;
}
#tools-column .pollImage img {
	/* border */
}

.pollDesc {
	width: 89px;
	line-height: 1.2em;
}
.pollDescNoImage {
	width: 147px;
}

.pollResult {
	padding-left: 5px;
	width: 101px;
	padding-right: 15px;
	line-height: 1.2em;
}
.pollResultBar {
	float: left;
	height: 12px;
	margin: 0 0 1px 0;
	/* set width of the result bar */
	width: 100px;
}
.pollResultValue {
	float: left;
	height: 12px;
	background: #999999;
}

.pollVotedOption {
	/* poll vote colour */
	background: #ef6301;
}

p.pollVote {
	margin: 0 0.3em 1.1em 0.7em;
	padding-top: 4px;
}
form p.pollVote {
	margin: 0.8em 0.3em 1em 0.3em;
	padding: 0px;
}

