#topic_poll {
    border: 1px solid #DE2A02;
}

#topic_poll #topic_poll_header {
    background-color: #DE2A02;
}

#topic_poll #topic_poll_title {
    color: white;
    font-size: 20px;
    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 #DE2A02;
}

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

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

