/*Poll Styles*/
#poll{
font-family:Arial, Helvetica, sans-serif;
margin-left:0px;
width:250px;
}

.poll-bottom{
background-image:url(/images/polls/poll-bottom.gif);
background-repeat:no-repeat;
margin-top:10px;
height:25px;
}

.poll-title{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
padding-right:0px;
padding-left:3px;
padding-top:4px;
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:6px;
}

.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:6px;
}