.poll_frame {
    background-color: #a6b3c2
    }
.poll_heading {
    color: white
    }
.poll_board {
    background-color: #beced9
    }
span.poll_required {
    color: red
    }
.poll_board .minorButton input {
    background-color: #f0f0f0
    }
.poll_error p {
    color: red
    }
.poll table.view_users td {
    background-color: #dceaf2
    }
.poll table.view_users th {
    background-color: #fff3e3
    }
.poll table.view_users th.transparent, .poll table.view_users td.footer {
    background-color: transparent !important
    }
.poll_board .minorButton input {
    border: #999999 1px solid
    }
.poll_hints {
    border-bottom: 1px solid black
    }
.voting_users {
    border-top: 1px solid black
    }
.poll table.view_users td {
    border: 1px solid #a6b3c2
    }
.poll table.view_users th {
    border: 1px solid #a6b3c2
    }
