/*Poll Styles*/
#poll{
font-family:Arial, Helvetica, sans-serif;
width:180px;
}

.poll-bottom{
background-image:url(/images/polls/poll-bottom.gif);
background-repeat:no-repeat;
height:25px;
}

.poll-title{
font-family:Arial, Helvetica, sans-serif;

font-size:10px;
padding-right:20px;
padding-left:2px;
padding-top:3px;
text-align:center;
}

.poll-percent{
color:#AAAAAA;
font-size:10px;
text-align:left;
padding-left:3px;
}

.poll-option{
font-size:11px;
}

.poll-inner-table{
width:202px;
margin-left:5px;
border: 0px none #FFFFFF;
}

.poll-total-votes{
color:#0000AA;
font-size:12px;
text-align:center;
}

.poll-total-votes-number{
color:#FF0000;
font-size:12px;
font-weight:bold;
}

.poll-form{
margin:0px;
}

.poll-submit{
margin-left:4px;
}