@charset "utf-8";
/* CSS Document */

div.contact {
    background-color: #fff;
    border: solid 3px #63AB49;
    border-radius: 20px;
    padding: 20px;
}
.contact h2 {
    text-align: center;
    color: #397923;
    padding-bottom: 5px;
    border-bottom: solid 2px #63AB49;
}
.contact h3 {
    text-align: center;
}
.contact p {
    text-align: center;
    margin-bottom: 20px;
}
#form {
    margin-left: 3em;
}
#form p {
    text-align: left;
}
#form span.red {
    color: red;
}
#form dl dt {
    margin: 10px 0;
    font-weight: bold;
}
#form dl dd {
    padding-bottom: 10px;
    border-bottom: solid 1px #999;
    margin: 0 0 10px 0;
}
input.form-control {
    width: 20em;
}
textarea.form-control {
    width: 20em;
    height: 10em;
}
#form .btn {
    margin-bottom: 40px;
}