.poll .question {
    display: block;

    background: url('../img/poll/background.png') repeat-y;

    color: #ffffff;

    text-align: center;

    font-style: italic;
    font-size: 150%;

    line-height: 1.1em;

    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.poll ul {
    padding-bottom: 6px;

    background: url('../img/poll/bottom.png') bottom left no-repeat;
}

.poll li {
    background: url('../img/poll/background.png') repeat-y;

    text-align: left;

    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 5px;
}

.poll .answers {
    display: block;
}

.poll .answers .answerCounts {
    color: #B3B3B3;
}

.poll a {
    color: #ffffff;
}

.poll .amount {
    display: block;
}