
/* Poll header */
#pollheader
{
	background-color: #0061d6;
	color: #fee800;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	}

/* Even poll lines*/
.polleven
{
	background-color: #408ADF;
}

/* Odd poll lines */
.pollodd
{
		background-color: #408ADF;
}

/* Poll footer */
.pollfooter
{
		background-color: #408ADF;
}


