@charset "utf-8";
.contact_input dt {
    margin-top: 10px;
}
.contact_input dd {
    padding: 5px 0;
    font-size: 0.9em;
}
.contact_type {
    display: block;
    height: 2em;
}
.contact_input textarea {
    height: 8em;
    min-height: 8em;
    min-width: 90%;
    max-width: 90%;
}
.contact_input input[type=text] {
    width: 90%;
}
.contact_input .email_conf_q,
.contact_input .email_conf {
    font-weight: bold;
    margin: 5px 0;
}
.contact_input .email_conf {
    font-size: 17px;
    overflow: auto;
}