.pollsVotes
{
	width: 100%;
	text-align: left;
	line-height: 19px;
}

.resultsOptionLabel
{
	margin-bottom: 2px;
}

.pollSidebar .bottomBar
{
	padding: 5px 0px 5px 0px;	
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0px 10px 0px;	
	text-align: center;
	
}

.pollSidebar .description
{
	text-align: center; 
	margin-top:10px;
}

.pollSidebar h4
{
	margin-left: 5px;
}

.pollSidebar input
{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.percentageOptionBar
{
	background:#CCCCCC; 
	padding: 2px 0px 2px 2px; 
	color: #888888;
	border: #999999 solid 1px;
}

.percentageOptionBar span
{
	margin: 0px 0px 0px 5px;
}


