h1 {
	width: 170px;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
}
h2 {
	color: #000000;
	}
.question {
	font-weight: bold;
	font-size: 12pt;
	color:#990000;
}

fieldset {
	border: solid 1px #666666;
	width: 170px;
	padding: 0 5px 5px 5px;
	margin-bottom: 15px;
	font-size:10px;
}

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

.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;
}



.submit {
	color: #000000;
	background: #fab51e;
	border: 2px outset #cccccc;
	font-size: 10pt;
	padding:2px;
}

/* Default for the poll bars */

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

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

#pollBar1 {
	background:#33CC00;
	}

#pollBar2 {
	background:#FF0000;
}

#pollBar3 {
	background:#FFFF00;
}

#pollBar4 {
	background: #FF0000;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}
