/* CSS Document */

#poll_header, #poll_content {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    clear: both;
}

#poll_footer {
    display: block;
    width: 100%;
    clear: both;
}

h2.poll_item_title {
    margin-top: 15px;
}

.poll_date {
    margin-top: 10px;
    color: #666;
    font-size: 0.8em;
}

.module_content hr {
    margin-bottom: 30px;
}

div.answer_submit {
    margin: 10px 0;
}