/*
 h1.mypoll  {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #797979;
	border-bottom: solid 4px #000000;
}
*/
 
fieldset {
	border: solid 0px #666666;
	width: 250px;
  text-align:left;
	/*padding: 0 10px 10px 10px;*/
	margin-bottom: 5px;
	
}

#radio {



}


legend {
	color: #ffffff;
	font-size:13px;
	background: rgb(5,43,92);
	border: 0px outset #cccccc;
	margin-left:3px;
  padding: 2px 2px 0 2px;
	font-weight: bold;
}

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


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

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

.credit {
	font-family: Arial, sans-serif;
	font-size: 15pt;
	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 {
	background: #4c6510 url(images/topnav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 17px 0px 0px 5px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
}

/* 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;
}
