/* POLLS */
.poller .sb-border  {
	background-color: #acb9c1;
}
.poller, .poller .sb-inner  {
	padding:5px;
	background-color: #FFFFFF;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#050505;
	display: block;
	margin: 0px;
	border: solid 1px #CCC;
}
.poller .pollerOption input {
	font-size: 10px;
	line-height: 10px;
}
.poller .title {
	display: none;
	  border-bottom: 1px dashed #DEDEDE;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px 5px;
    text-align: center;
}



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

}
.poller .text {
    border-bottom: 1px dashed #DEDEDE;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px 5px;
    text-align: center;
}

.pollerOption{
	margin:0px;
	text-align: left;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:normal;
}
.result_pollerOption{
	margin:0px;
	font-size:0.8em;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:normal;
	margin-left:6px;
	margin-top:6px !important;
}
.result_pollerTitle{
	margin-left:5px;
	margin-bottom:5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color:#333333;
}
.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;
	display: none;
}
.pollerBottom {
	display: none;
}
.pollerTop {
	display: none;
}

