/* POLLS */

.poller{
	background-color: #FFF;
	padding:10px;
}

.poller .pollerOption input {
	font-size: 16px;
	line-height: 20px;
}


.pollerTitle{
	margin-bottom:5px;
	font-size: 10px;

}
.poller .text {
	font-size: 16px;
	margin-left:5px;
}
a.PollDiscuss,
a.PollVote {
	display: inline-block;
	width: 100px;
	background-color: #CD000F;
	border-radius: 4px;
	color: #FFF;
	text-align: center;
	line-height:33px;
	font-weight:bold;
}
.pollerOption{
	margin:0px;
	text-align: left;
	padding-left: 25px;
	font-size: 16px;
	font-weight:bold;
}

.pollerOption input[type="radio"]{
	margin-left: -25px;
}

.result_pollerOption{
	margin:0px 0px 0px 20px ;
	font-size:0.8em;
}
.result_pollerTitle{
	margin-left:5px;
	margin-bottom:5px;
}
.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:15px;
}
.poller_waitMessage{
	display:none;
}
.result_totalVotes{
	clear:both;
	font-size:0.8em;
	margin-top:10px;
	color: #999;
	font-weight:bold;
}









