.pollTable
{
	border-collapse : collapse;
	border-spacing : 3px;
	background : #FFFFCC;
	color : #000088;
	font-size : 11px;
	font-family : Georgia;
	border : 3px solid #008800;
	padding:3px;
	width:85%;
}


.pollHeading
{
	font : verdana;
	font-style : italic;
	font-size : 11px;
	margin-top:-3px;
	color:purple;
}


.pollQuestion
{
	position : relative;
	margin-top : 3px;
	margin-bottom : 3px;
	color : orange;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align:center;
}
.voteButton
{
	background-color : #00FF00;
	color:#000000;
}

.buttonCell
{
	text-align : right;
	background-color : #AAAAAA;
	border-top : 1px solid #880000;
}
.pollexplaination
{
	font-family:verdana,arial;
	font-size : 15px;
	padding : 5px;
	margin-left : 19px;
	margin-right : 19px;
	color : #000055;
	text-align : justify;
}
