@import "comment.css?v1";

.poll_detail {
	width: 100%;
	font: 100 12px/15px Verdana;
	padding-bottom: 20px;
}
.poll_detail .message{
	font: 100 12px/18px Verdana;
	color: #E20002;
	margin-bottom: 10px;
}
.poll_detail .question {
	color: #313131;
	font: 700 12px/18px Verdana;
}
.poll_detail .line hr {
	height: 1px;
	color: #DEDEDE;
	margin: 5px 0px 5px 0px;
	font-size: 1px;
	no-shade;
}
.poll_detail .item{
	clear: both;
}
.poll_detail .item .title {
	float: left;
	width: 40%;
}
.poll_detail .item .value {
	float: left;
	width: 60%;
}
.poll_detail .item .value img{
	background-color: #feda70;
	height: 14px;
	border: 0px;
}
.poll_detail .item div {
	padding-bottom: 10px;
}
.poll_detail .total {
	clear: both;
	font: 700 12px/18px Verdana;
	color: #3E3E3E;
}
/**/
.poll_other {
	margin: 10px 0px 0px 0px;
}
.poll_other .item {
	background: url(../images/icon_01.gif) no-repeat 13px center;
}
.poll_other .item a{
	color: #404040;
	font: 100 8pt/21px Verdana;
	padding-left: 24px;
}
.poll_form .que{
	color: #404040;
	font: 700 12px/20px Verdana;
}
.poll_form .item{
	clear: both;
	margin: 5px 0px;
	font: 100 8pt/20px Verdana;
}
.poll_form .security{
	color: #404040;
	font: 100 8pt/20px Verdana;
}
.poll_form .submit{
	clear: both;
	margin: 8px 0px;
}
.poll_form .error{
	clear: both;
	color: #FF0000;
	margin: 5px 0px;
	font: 100 8pt/20px Verdana;
}
.poll_form .error li{
	list-style: circle;
}