#topic_poll {
    border: 5px solid #9cf;
}

#topic_poll #topic_poll_header {
    background-image: url(background.jpg);
    font-weight: bold;
    color: white;
}

#topic_poll #topic_poll_question {
    border-top: 5px solid #9cf;
    background-color: #557;
    color: white;
}

#topic_poll #topic_poll_answers {
    background: #9cf;
    color: black;
}

.topic_poll_button {
    border: 1px solid #557;
    background-color: #cef;
    color: black;
}

#topic_poll #topic_poll_answers .topic_poll_percentage_bar {
    border: 1px solid black;
    background-image: url(background.jpg);
}

