﻿#divPoll
{
}

#divPoll h3
{
    font-size:1.14em; /*16px=14*1.14*/
    color:#000000;
    font-weight:bold;
    font-family:Trebuchet MS, Tahoma, Arial, Sans-Serif;    
}

.poll-result
{
    font-size:1em;
}

.poll-chart
{
	background: #ffffff; 
	padding: 0px; 
	height: 15px; 
	overflow: hidden; 
	vertical-align: middle;
	margin-bottom:2px;	
}


#choices
{
    list-style:none;
    margin:10px 0 0 110px;   
}

#choices li
{
    height:auto;
    font-size:1em;
    margin:0 0 0 0px;
    color:#5e5e5e;
    font-family:Verdana, Geneva, Tahoma, Sans-Serif; 
    line-height:1.8em;
}

#article #divPoll img
{
    border:none;
    margin:0;
}

#article #divPoll
{
    width:300px;
    margin-bottom:10px;
}

#article #divPoll #choices
{
    margin:10px 0 10px 0;
}

#article #divPoll ul
{
    
}

#article #divPoll li
{
    background:none;
    padding:0;
}
