#topic_poll {
    border: 1px solid #4d894d;
}

#topic_poll #topic_poll_header {
    background-color: #4d894d;
}

#topic_poll #topic_poll_title {
    color: white;
    font-size: 26px;
    font-weight: bold;
}

#topic_poll #topic_poll_header #topic_poll_details {
    color: white;
}

#topic_poll #topic_poll_question {
    background: url(question-background.png) repeat-x;
    font-weight: bold;
    color: black;
    border-bottom: 1px solid #4d894d;
}

#topic_poll #topic_poll_answers {
    color: black;
    padding: 10px;
    background-color: #edf2ed;
}

#topic_poll #topic_poll_answers .topic_poll_percentage_bar {
    border: 1px solid #4d894d;
    background: url(question-background.png) repeat-x;
}

