.poll{
margin-bottom:10px;
}
.poll_list_item{
margin-bottom:15px;
padding-bottom:10px;
border-bottom: 1px dotted #2255AA;
}
.poll_title{
font-size:17px;
font-weight:bold;
padding-bottom:5px;
}
.poll_options{
}
.poll_option{
padding-top:2px;
}
.poll_result_option_label{
font-weight:bold;
margin-top:2px;
margin-bottom:1px;
font-size:12px;
}
.poll_result_option{
float:left;
height:15px;
border:1px solid #555;
}
.poll_result_option_result{
float:left;
padding-top:2px;
padding-left:5px;
font-size:12px;
}
.poll_total_votes{
text-align:right;
font-size:11px;
color:#909090;
}
