.vote {
	margin-top: 0px;
	padding: 0 0 0 0;
}

.vote p {
	margin-top: 0px;
	margin-bottom: 6px;
}

h1 {
	width: 400px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

fieldset {
	border: solid 0px #666666;
}

input.submit {
	border: 2px;
	font-family:sans-serif;
    font-size:12px;
    height:21px;
    background-color:#CBDEE2;
    border-style:outset;
    border-color:#AAAAAA;
    border-width:1px;  
    cursor: pointer;

}

/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #ff0000;
	border: 1px solid #000000;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #ff0000;
}

#pollBar2 {
	background: #00ff00;
}

#pollBar3 {
	background: #0000ff;
}

#pollBar4 {
	background: #ffff00;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}
