#poll {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-right: 6px;
	padding-left: 6px;
	background-image: url(../images/poll.jpg);
	background-repeat: no-repeat;
	padding-top: 43px;
}
#poll .poll_title {
	font-weight: bold;
	padding-bottom: 5px;
}
#poll_votes {
	border: 1px solid #477AA9;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#poll_votes p {
	margin-bottom: 8px;
}
