﻿div.votes
{
    padding: 5px;
}
table.voteResults
{
    direction: rtl;
    text-align: right;
    width: 550px;
    margin: 0 auto;
}
div.VoteBars
{
    height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    background-position: right top;
    background-image: url(img/barbg.gif);
    background-repeat: no-repeat;
}