input.ErrorField {
    border: 2px solid #fc3636;
    box-shadow: 0px 0px 3px #fc3636;
    color: #fc3636;
}

#contact_form {
    position: fixed;
    bottom: -2px;
    right: 45px;
    min-width: 340px;
    max-width: 340px;
    min-height: 45px;
    border-radius: 4px 4px 0px 0px;
    border: 2px solid #7f7b7a;
    border-bottom: 0px;
    background-color: white;
}

.contact_form_text {
    display: inline-block;
    margin-left: 15px;
}

.contact_form_header {
    min-width: 337px;
    min-height: 43px;
    background-color: #7f7b7a;
    line-height: 42px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.form_arrow {
    display: inline-block;
    min-width: 45px;
    min-height: 44px;
    position: absolute;
    top: -1px;
    right: -1px;
}

.form_arrow:hover {
    background-color: #1e8fc6;
}

.form_arrow_mini_up,
.form_arrow_mini_down {
    background-image: url("glyphicons-halflings-white.png");
    min-width: 14px;
    min-height: 14px;
    top: 14px;
    left: 16px;
    display: inline-block;
    position: absolute;
}

.form_arrow_mini_up {
    background-position: -288px -120px;
}

.form_arrow_mini_down {
    background-position: -312px -120px;
    display: none;
}

.contact_form_body {
    padding-bottom: 10px;
    display: none;
}

.contact_form_content,
.contact_form_content_text,
.contact_form_content_button,
#contact_form_content_subject {
    margin: 15px;
}

.contact_form_content {
    width: calc(100% - 30px);
    padding: 9px;
    border-radius: 4px;
    border: 2px solid #e1e1e1;
    box-shadow: 0px 0px 1px #cfcfcf;
    resize: none;
}

.contact_form_content_button {
    border: 0px none;
    background-color: rgb(90, 192, 90);
    min-width: 75px;
    min-height: 35px;
    border-radius: 4px;
    font-size: 15px;
    color: white;
    cursor: pointer;
    position: relative;
    left: 118px;
}

.select_email {
    padding: 10px;
    font-size: 0.9em;
    background-color: #fcfcfc;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 4px;
    border: 2px solid #e1e1e1;
    box-shadow: 0px 0px 1px #cfcfcf;
    background-image: url("arrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
