input.wide, textarea.wide {
    width: 100%;
}
textarea {
    height: 100px;
}
legend {
    font-weight: bold;
}
.blank_fields {
    display: none;
    position: absolute;
    left: -999em;
}
#blank_fields {
    display: none;
    position: absolute;
    left: -999em;
}
.errors {
    background-color: #f4a4cc;
    border: 1px solid red;
    padding: 0 1em;
}
.errors p {
    margin-bottom: 0.5em;
}
.errors ul {
    margin-top: 0.5em;
}
.success {
    background-color: #a4f3cc;
    border: 1px solid green;
    padding: 0 1em;
}
dt {
    margin-top: 0.5em;
}
