#pollbox {
	padding: 30px 0 30px 30px;
	border-bottom: solid 1px #fff;
	background: none;
}
#pollbox .poll_header {
	font-size: 130%;
	color: #482c0a;
}
.polllist {
	margin-bottom: 10px;
	font-size: 110%;
	color: #482c0a;
}
#pollbox .radiobtn {
	position: relative;
	top: -2px;
}
#pollbox ul {
	margin: 0;
	padding: 0;
	width: 400px;
}
#pollbox ul li.polllist {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}
#pollbox ul li.polllist:after {
	height: .1px;
	display: block;
	visibility: hidden;
	content: ".";
	font-size: .1em;
	line-height: 0;
	clear: both;
}
#pollbox em {
	font-weight: 700;
	font-style: normal;
	padding-left: 6px;
}
#pollbox img {
	line-height: 1.2;
	vertical-align: middle;
	display: block;
	float: left;
}
img.bargraph {
	background: url(http://www.anime-index.com/mainpage/poll/bargraph_back.png) top left no-repeat;
	padding: 0;
	margin: 5px 0 0 0;
	background-position: 1px 0;
}
#pollbox span {
	margin-top: 5px;
	line-height: 1.2;
	display: block;
	text-align: right;
}
#pollbox .poll_header {
	font-weight: 700;
	text-decoration: none;
}
#pollbox .poll_footer {
	font-weight: 700;
}
#pollbox input {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
.pollsubmit {
	padding-top: 10px;
}