@charset "UTF-8";
dl.container_poll {padding:0 0 5px;width:200px;background:url('/image/side/bg_questionnarie.png') no-repeat bottom;}
.container_poll dt {margin:0;padding:10px 0 20px 40px;width:160px;font-size:90%;font-weight:bold;color:#fff;background:url('/image/side/bg_dt_questionnarie.png') no-repeat left top;}
.container_poll dd {margin:0;padding:5px 15px;font-size:80%;}
.container_poll dd.votes {font-size:90%;text-align:center;font-weight:bold;color:#fff;background-color:#c00;}

.container_poll em {font-weight:bold;font-style:normal;font-size:80%;}
.container_poll img {line-height:1.2;vertical-align:middle;display:block;float:left;}
.container_poll span {margin-top:5px;line-height:1.2;display:block;text-align:right;font-size:80%;}

#pollbox ul li.polllist {
	margin: 0;
	padding: 0;
	position: relative;
	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 img {
	line-height: 1.2;
	vertical-align: middle;
	display: block;
	float: left;
}
img.bargraph {
	background: white url(bargraph_back2.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: underline;
}
#pollbox .poll_footer {
	font-weight: 700;
}
#pollbox input {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

