/* POLLS */

.poller{
	border:1px solid #b2b2b2;
	padding:2px;
	padding-top:30px;
	padding-bottom:18px;
	clear:both;

	background-image: url(../images/poll.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#050505;
}
.poller .pollerOption input {
	font-size: 10px;
	line-height: 10px;
}


.pollerTitle{
	margin-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.poller .text {
	font-family: georgia,"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color:#050505;
	margin-left:5px;
}

.pollerOption{
	margin:0px;
	text-align: left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.result_pollerOption{
	margin:0px;
	margin-left:5px;
	font-size:0.8em;
}
.result_pollerTitle{
	margin-left:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:0.9em;
}
.result_pollGraph img{
	float:left;

}
.result_pollGraph div{
	float:left;
	height:16px;
	background-repeat:repeat-x;
	color:#FFF;
	font-size: xx-small;
	line-height:16px;

}
.result_pollGraph{
	height:16px;
		margin-left:5px;
}
.poller_waitMessage{
	display:none;
}
.result_totalVotes{
	clear:both;
	font-size:0.8em;
	margin-top:10px;
	font-style:italic;
}
