.poll {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	/*border: 2px solid #0000bb;*/
}
.poll  h1, .poll h2 {
	text-align: center;
}
.poll div, .poll h2 {
	color: #000000;
	/*padding: 5px;*/
}
.poll div.result {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	color: #000000;
	overflow: visible;
	padding: 0px;
	white-space: nowrap;
}
.poll h1 {
	background-color: transparent;
	font-variant: small-caps;
	padding: 2px;
}
.poll div, .poll h1, .poll h2, .poll table, .poll td, .poll tr {
	margin: 0px;
	font-size: 8pt;
}
.poll span {
	padding: 5px;
}
.poll table {
	width: 100%;
}
.poll table, .poll td, .poll tr {
	border: 0px;
	border-collapse: collapse;
}
.poll td {
	padding: 3px;
}
.poll td.choice {
	color: #000000;
	width: 100%;
}
