body {
	font-family: Times New Roman;
	font-size: 18px;
}
.poller{
	float: left;
	width: 200px;
	padding: 5px;
}
.pollerTitle{
	margin-bottom: 5px;
	font-family: Times New Roman;
	font-size: 18px;
	color: #006699;
}
.pollerOption{
	font-family: Tahoma;
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	color: #333;
}
.result_pollerOption{
	font-family: Tahoma;
	margin: 0px;
	font-size: 13px;
	color: #333;
}
.result_pollerTitle{
	font-family: Times New Roman;
	margin-bottom: 3px;
	font-size: 18px;
	color: #0099CC;
}
.result_pollGraph img{
	float: left;
}
.result_pollGraph div{
	float: left;
	height: 14px;
	background-repeat: repeat-x;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 1px;
}
.result_pollGraph{	
	height: 15px;
}
.poller_waitMessage{
	display: none;	
}
.result_totalVotes{
	font-family: Tahoma;
	clear: both;
	font-size: 13px;
	margin-top: 11px;
}

