.poll {
	border: 2px solid Black;
}
.poll div, .poll h1, .poll h2 {
	color: #ffffff;
	text-align: center;
	
}
.sonuc {
	color: Silver;
}
.poll div, .poll h2 {
	background-color: transparent;
	color: Yellow;
	padding: 5px;
}
.poll div.result {
	border-color: Black;
	border-width: 1px;
	border-style: solid;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Maroon;
	overflow: visible;
	padding: 0px;
	white-space: nowrap;
}
.poll h1 {
	background-color: Black;
	font-variant: small-caps;
	padding: 2px;
}
.poll div, .poll h1, .poll h2, .poll table, .poll td, .poll tr {
	margin: 0px;
	font-size: 10pt;
	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: transparent;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Silver;
	width: 100%;
	
}

