table.poll{
    width: 600px;
}
table.poll td{
    vertical-align: top;
    padding: 5px;
}
table.poll td.percent{
    color: #FF0000;
    font-weight: bold;
    width: 40px;
}
table.poll td.label{
    text-align: right;
}
.poll-title{
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    margin: 10px 0px;
}
.bar{
    background-color: #0066CC;
    text-align: center;
    height: 25px;
}
.poll_static{
    text-align: center;
    margin: 10px 0px;
    font-weight: bold;
}