.question {
	color: #6D595F;
	font-style: italic;
	font-size: 1.0em;
}

.currentResults {
	font-size: 1.0em;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

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

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}

input.submit {
	color: #000000;
	border: 2px outset #cccccc;
	background-color: #746266;
}

/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #ff0000;
	border: 1px solid #000000;
}

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

#pollBar1 {
	background-color: #614C54;
}

#pollBar2 {
	background-color: #E5A264;
}

#pollBar3 {
	background-color: #662BFF;
}

#pollBar4 {
	background-color: #86EEFD;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}
.results_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #6E5B60;
	font-style: italic;
}
