.poll {
	border: 2px solid #0000bb;
}
.poll div, .poll h1, .poll h2 {
	color: #ffffff;
	text-align: center;
}
.poll div, .poll h2 {
	background-color: #ccccff;
	color: #0000ff;
	padding: 5px;
}
.poll div.result {
	border-color: #bbbb00;
	border-width: 1px;
	border-style: solid;
	background-color: #b0b0f0;
	color: #0000dd;
	overflow: visible;
	padding: 0px;
	white-space: nowrap;
}
.poll h1 {
	background-color: #8888ff;
	font-variant: small-caps;
	padding: 2px;
}
.poll div, .poll h1, .poll h2, .poll table, .poll td, .poll tr {
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
}
.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 {
	background-color: #eeeeff;
	color: #000088;
	width: 100%;
}
