.activePoll, .inactivePoll
{
	display: block;
	height: 20px;
	float: left;
}

.activePoll { background-color: #FF9933; }
.inactivePoll { background-color: #0099FF; }

.currentPoll
{
	margin: 13px 0 13px 0;
	padding: 5px 0 5px 3px;
	background-color: #BCD2EE;
	font-weight: bold;
	color: navy;
	font-style: italic;
}

.previousPolls
{	
	margin: 30px 0 8px 0;
	padding: 5px 0 5px 3px;
	font-style: italic;
	background-color: #BCD2EE;		/* #00688B */
	color: White;
	font-weight: bold;
}

.pollQuestion
{
	font-size: 12px;
	font-weight: bold;	
	color: Navy;
	margin-bottom: 8px;
	text-align: left;
}

.pollText, .percentage
{
	font-weight: bold;
}

.percentage
{
	font-size: 10px;
}

.pollsButton
{
    font-size: 9px;
    font-family: Verdana;
    background-color: Transparent;
}