.poll {
    background-image:url(/images/standart/alfasec/site_bg_pic.png);
    width: 250px;
    font:11px Verdana;
    background-color: #E0E0E0;
    border: 1px #BE926F solid;
    float: left;
    margin: 3px 10px;
}

.poll p {
    float:left;
    margin: 0;
    padding: 0 3px;
}

.poll .table {
    width: 230px;
    margin:auto;
}

.poll .total_votes {
    float: left;
    background-color: #EBD8C9;
    padding:4px 0 5px 10px;
    margin: 0 0 0 0;
    width: 240px;
    font-weight: bold;
}

.poll .act_votes {
    float: left;
    background-color: #EDE7D9;
    width: 240px;
    font-weight: bold;
    padding:4px 0 5px 10px;
}

.poll .caption p{
    /*background-color: #EDE7D9;*/
    width: 240px;
    background-color: #FFF;
    padding: 3px 5px;
}