.content_form {
    width: 100%;
    height: 500px;
}

.content_header {
    margin-bottom: 1em;
}

.content_header h2 {
    margin-top: 0;
}

.content_footer {
    margin-top: 1em;
}

.bordertop {
    border-top: 1px solid #c0c0c0;
}

.borderbottom {
    border-bottom: 1px solid #c0c0c0;
}

