#poll_questions {
	margin: 0;
}

#poll_questions p, #poll_results p {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#poll_questions table {
	border-collapse: collapse;
	padding: 0;
}

#poll_questions td {
	padding: 0;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.css2, .css5 {
	font-size: 14px;
	font-weight: bold;
}

.pollchoice {
	border: solid 1px #e4e4e4;
	vertical-align: top;
}

.polltext {
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 3px;
	vertical-align: middle;
	cursor: default;
}

.polltext input {
	width: 11px;
	height: 11px;
}

.pollimage {
	padding-top: 6px;
	text-align: center;
}

.pollimage img {
	cursor: pointer;
	cursor: hand;
}

img.nolink {
	cursor: default;
}

.pollmessage {
	margin: 6px 0;
	border: solid 1px #e8e0e0;
	padding: 8px;
	text-align: center;
	font-size: 10pt;
}

.pollgroup {
	margin: 6;
	padding: 2px;
	text-align: center;
	font: bold 12px Verdana;
}

#poll_results table {
	border-collapse: collapse;
}

#poll_results td {
	vertical-align: top;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pollvotes {
	text-align: right;
	color: #000099;
	font-size: 14px;
	font-weight: bold;
}

.pollnumber {
	width: 30px;
}

#poll_results .question, #poll_questions p.question {
	margin: 0;
	padding: 10px 0 6px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#poll_results .pollnumber, #poll_results .polltext, #poll_results .pollvotes {
	border-top: solid 1px #e4e4e4;
	border-right: 0;
	border-bottom: solid 1px #e4e4e4;
	border-left: 0;
}

#poll_results .total {
	background: #eeeeee;
	font-size: 14px;
	font-weight: bold;
}

