.widget_postpollwidget {
	width: 249px;
	margin-bottom: 10px;
}
.widget_postpollwidget .top {
	background: url('i/post-poll-widget-label.png') no-repeat;
	width: 249px;
	height: 46px;
}
.widget_postpollwidget .content {
	background: url('i/box-recent-comments-content.jpg') repeat-y;
	width: 229px;
	padding: 5px 10px;
}
.widget_postpollwidget .content h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #00506c;
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
}
.widget_postpollwidget .content h2 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 18px;
	color: #ff7800;
	border-bottom: 1px solid #f5f5f5;
	margin: 0px;
	padding: 0px;
}
.widget_postpollwidget .content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.widget_postpollwidget .content ul li {
	margin: 10px 0px;
	padding: 0px;
}
.widget_postpollwidget .content ul li a {
	background: url('i/post-poll-li.png') no-repeat;
	display: block;
	width: 214px;
	height: 21px;
	line-height: 21px;
	padding: 0px 5px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.widget_postpollwidget .content ul li a:hover, .widget_postpollwidget .content ul li.active a {
	background: url('i/post-poll-li-over.png') no-repeat;
}
.widget_postpollwidget .content ul li.stat {
	color: #949494;
	font-size: 10px;
	padding-left: 5px;
}
.widget_postpollwidget .content small a {
	color: #ff7800;
	text-decoration: none;
	font-weight: bold;
	float: right;
	margin-right: 5px;
}

.widget_postpollwidget .bottom {
	background: url('i/box-recent-comments-bottom.png') no-repeat;
	width: 249px;
	height: 10px;
}