﻿body {
}
.poll-box
{
    background: ;
    padding:0px;
    width: 100%;
}
.poll-question
{ 
    background: ;
    color: #002F00;
    border: 1px solid #002F00;
    padding: 5px;
    margin-bottom: 10px;
 }

.poll-total
{
    background: "Transparent";
    color: #002F00;
    border: solid 1px #002F00;
    padding: 4px;
    margin-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 8px;
}
.poll-result
{
	font-size:12px; padding-left:0px; 
}
.poll-chart
{
    background: "Transparent";
    padding: 4px 4px 4px 4x;
    height: 14px;
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 4px;
}