body {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	background-color: #ffffff;
	color: #666666;
	position: absolute;
	left: 50%;
	margin-left: -110px;
}

h1 {
	width: 250px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	border-bottom: solid 1px #666666;
}

.question {
	font-weight: bold;
	font-size: 8pt;
	color: #41B0DE;
}

fieldset {
	border: solid 0px #666666;
	width: 250px;
	padding: 0 0px 0px 0px;
	margin-bottom: 15px;
}

legend {
	color: #ffffff;
	background: #ffffff;
	border: 1px outset #cccccc;
	padding: 2px 2px 0 2px;
	font-weight: bold;
}

.currentResults {
	font-size: 8pt;
}

.vote {
	margin-top: 4px;
	padding: 0 0 0 0;
}

.vote p {
	margin-top: 6px;
	margin-bottom: 6px;
}

.errorMessage {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #666666;
}

.credit {
	font-family: Verdana, sans-serif;
	font-size: 6pt;
	color: #666666;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #976EB2;
}

a:visited {
	color: #976EB2;
}

a:active {
	color: #976EB2;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #40B0DE;
}

input.submit {
	color: #666666;
	background: #ffffff;
	border: 1px solid #41B0DE;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

/* Default for the poll bars */

.pollBar {
	height: 10px;
	background: #A4BC64;
	border: 0px solid #000000;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #A4BC64;
}

#pollBar2 {
	background: #A4BC64;
}

#pollBar3 {
	background: #A4BC64;
}

#pollBar4 {
	background: #A4BC64;
}

#pollBar5 {
	background: #A4BC64;
}

#pollBar6 {
	background: #A4BC64;
}
