﻿.graphBg{
background:#fbfafa;
width:460px;
padding-bottom:10px;
}

.graphContainer{
    width:410px;
    background:#fbfafa;
    padding:10px;
}

.graphBar{
   margin-top:30px;
   position:relative;
   display:block;
   height:19px;
}

.pinkBar{
    background:url('../images/png/pinkbargraph.png') repeat-x;
    border:1px solid #C70067;
}

.greenBar{
    background:url('../images/png/greenbargraph.png') repeat-x;
    border:1px solid #7BAD54;
}

.barTitle{
    position:absolute;
    font-weight:bold;
    top:-25px;
}

.barValue{
    position:absolute;
    right:-35px;
    font-weight:bold;
    line-height:19px;
}

.voteform{
width:460px;
display:block;
margin-top:10px;
}

.voteform li{
list-style-type:none;
}

.votebtn{
margin-left:30px;
}
