﻿#divQuestion
{
    background-color:White; 
    width:100%;
    font-size:8pt;
    padding:1px;
}

#divOptions
{
    background-color:White; 
    width:100%;
    padding-left:4px;
    font-size:7.5pt;
}

#divVoting
{
    text-align:center;
    font-size:7pt;
    padding-top:10px;
    height:40px;
    color:#044D9D;
}

#divVoted
{
    font-size:7pt;
    padding:5px 0 5px 0;
    background-color:White;
}

.totalvotes
{
    font-size:8pt;
    color:Gray;    
}

.votePerentage
{
    font-weight:bold;
}

.divPollControls
{
    background-color:White; 
    width:100%;
    padding-top:5px;
}

.graph { 
    position: relative; /* IE is dumb */
    width: 162px; 
    border: 1px solid #E72621; 
    padding: 2px; 
}

.graph .bar { 
    display: block;
    position: relative;
    background: #FF6600; 
    text-align: left; 
    font-size:7pt;
    color: #333; 
    height: 10px;        
}

.graph .bar span { position: absolute; left: 1em; }