@CHARSET "UTF-8";

.poll_item{
display:block;
}
td.missinginfo{
	text-decoration:underline;
	color:red;
}
tr td input+label{
	padding-left:4px;
	font-size:11px;
}
.poll_table tr:first-child td,.poll_table tr td.last{
	border-bottom:#CCC 0px solid;
}
.poll_table tr td.last.last:first-child{
	width:100%;
}
.poll_table tr td{
	padding-top:8px;
	border-bottom:#CCC 1px solid;
	padding-bottom:8px;
}
.poll_table tr:first-child td:first-child{
	width:100%;
	padding-right:10px;
}
.poll_table tr td:first-child{
	width:300px;
	padding-right:10px;
}
.poll_table tr td:first-child{
	font-weight:bold;
	font-size:11px;
}