/* POLLS */

.poller{
	border: 1px solid #646464;
	border-top: 0;
}

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


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

}
.poller .text {
	margin: 0;
	padding: 20px;
	padding-top: 0;
	font-family: 'Bosun03'; font-weight: 400;
	font-size: 18px;
	line-height: 18px;
}
.poller_buttons{
	display: table;
	margin: 0 auto 28px auto;
}

a.PollDiscuss,
a.PollVote {
	width: 128px;
	display: inline-block;
	font-family: 'LatoRegular';
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	background-color: #333333;

	line-height:40px;
	height: 40px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.PollVote {
	margin-right: 10px;
}

.poller_options{
	display: block;
	margin: 0 20px 20px 20px;
}
.pollerOption{
	display: block;
	float: left;
	width: 40%;
	text-align: left;
	padding-left: 25px;
	font-family: 'Bosun03';
	font-size: 18px;
	font-weight:bold;
}

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

.result_pollerOption{
	font-family: 'Bosun03';
	font-size: 18px;
	font-weight:bold;

	margin:0px 0px 0px 20px ;
}
.result_pollerTitle{
	margin-left:5px;
	margin-bottom:5px;
}
.result_pollGraph img{
	float:left;

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

}
.result_pollGraph{
	min-height:16px;
	margin-left:15px;
}
.poller_waitMessage{
	display:none;
}
.result_totalVotes{
	clear:both;
	font-family: 'Bosun03';
	font-size: 18px;
	font-weight:bold;

	margin-top:10px;
	color: #999;
}









