.activePoll, .inactivePoll
{
	display: block;
	height: 20px;
	float: left;
}

.activePoll { background-color: #99ccff; }
.inactivePoll { background-color: orange; }

.currentPoll
{
	background-image: url(siteImages/breadBG.html);
    color: White;
	/* margin: 13px 0 13px 0; */
	padding: 4px;
	font-weight: bold;
	font-style: italic;
}

.previousPolls
{	
	margin: 30px 0 8px 0;
	padding: 4px;
	font-style: italic;
	background-color: #003366;
    color: orange;
	font-weight: bold;
}

.pollQuestion
{
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;	
	color: #003366;
	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;
}

.pollInner 
{
	text-align: left;
}

.pollOuter 
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: White;
}

.message
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	color: White;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}

.pollFormQuestion
{
	font-size: 12px;
	font-weight: bold;	
	color: #003366;
	margin-bottom: 8px;
	text-align: left;
	padding-left: 18px;
	color: White;
}

.votes{padding-left: 18px;}

.submitBtn 
{
	padding-top: 8px;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
}
