

.contentBox.pollBlock .question
{
    font-size: 150%;
    font-weight: bold;
}

.answerOptions .answer
{
    display: block;
    margin-bottom: 8px;
    color: #373737;
}

.answerOptions .answer .answerResultWrapper
{
    display: block;
    position: relative;
    height: 10px;
    padding: 2px;
    margin-left: 4px;
    background: url( '../../images/poll-progress-right.png' ) no-repeat top right;
}

.answerOptions .answer .answerResultWrapper > .leftCorner
{
    display: block;
    position: absolute;
    width: 4px;
    height: 10px;
    top: 0;
    left: -4px;
    background: url( '../../images/poll-progress-left.png' ) no-repeat top right;
}

.answerOptions .answer .answerResultWrapper .progress
{
    display: block;
    height: 6px;
    background: url( '../../images/poll-progressbar-right.png' ) no-repeat top right;
}

.answerOptions .answer .answerResultWrapper .progress .leftCorner
{
    display: block;
    position: absolute;
    width: 4px;
    height: 6px;
    top: 2px;
    left: -2px;
    background: url( '../../images/poll-progressbar-left.png' ) no-repeat top right;
}
.answerOptions .answer label
{
    display: block;
}
.answerOptions .answer input[type=radio]
{
    float: left;
    height: 14px;
    margin-left: -28px;
}
.answerOptions .answer .answerText
{
    display: block;
    padding-left: 28px;
}

.pollBlock .submitContainer
{
    padding-top: 25px;
}

.body-polls-item .question
{
    font-weight: bold;
}
.body-polls-item .answerOptions
{
    display: block;
    width: 300px;
}

