﻿
/* Poll Styles */
.pollbox
{
    font-size: 100%;
}

.pollcontent
{
    padding: 0px;
}

.pollquestion
{
    font-size: 100%;
}

.polloptions
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.pollbar
{
    background: url(Assets/poll.gif) repeat-x;
    height: 15px;
}

input.voteBtn
{
    width: 45px;
    height: 22px;
    margin: 5px 0px 0px 0px;
    background: url(Assets/vote.gif) no-repeat;
    border: none;
    cursor: pointer;
}

.progressbarcontainer
{
    width: 98%;
    height: 10px;
    border: solid 1px black;
    padding: 1px;
}

.progressbar
{
    width: 0px;
    background-color: Red;
    height: 10px;
}
