/* polls */
div.poll {
	margin: 0px 0 20px 0;
}

div.poll_answer_bar {
	height: 9px;
	width: 180px;
	margin-bottom: 9px;
	background-color: #d7d9df;
}

img.poll_answer_bar {
	height: 9px;
}

div.poll_title {
	font-weight: bold;
	margin-bottom: 8px;
	color: #c36303;
}

div.poll_question {
	font-size: 11px;
	margin-bottom: 5px;
	font-weight: bold;
}

div.poll_answer {
	margin-bottom: 4px;
	font-size: 11px;
}
div.poll_answer_text {
	float: left;
}

div.poll_answer_percents {
	float: right;
}


div.poll_answer a, div.poll_answer a:visited {
	color: #434242;
	font-size: 11px;
	font-family: Tahoma, "Geneva CE", lucida, sans-serif;
}

div.poll_answer a:hover {
	color: #c36303;
}
