div.feature_poll_question_container {
	width:234px;
	height:67px;
	margin-left:auto;
	margin-right:auto;
}

div.feature_poll_question {
	padding:5px;
	padding-top:25px;
	text-align:center;
}

table.feature_poll_choices {
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:10px;
}
td.poll_input {
	
}
td.poll_choice {
	width:150px;
	padding-top:3px;
	padding-bottom:3px;
}
div.poll_choice {
	text-align:left;
	font-size:11px
}
td.poll_votes {
	padding-left:3px;
	font-size:12px;
}
div.poll_result {
	background-image:url(images/poll/bar.gif);
	background-repeat:no-repeat;
	background-color:#263D67;
	width:150px;
	height:8px;
	border:solid 1px #263D67;
	overflow:hidden;
}
div.feature_poll_comments_link a {
	font-size:11px;
	color:#263D67;
}