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

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

a:link {
	color: #0000ff;
}

a:visited {
	color: #990099;
}

a:active {
	color: #ff0000;
}

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

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

/* Default for the poll bars */


.pollTable
{
	color: #FFFFFF;
	font: normal 8pt verdana;
}


.pollBar {
	height: 10px;
	background: #5d5da5;
	border: 1px solid #7575c1;
	color: #000000;
	font: normal 10pt verdana;
}

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

#pollBar1 {
	background: #e59800;
}

#pollBar2 {
	background: #e59800;
}

#pollBar3 {
	background: #e59800;
}

#pollBar4 {
	background: #e59800;
}

#pollBar5 {
	background: #e59800;
}

#pollBar6 {
	background: #e59800;
}
