﻿.h1, h1 {
    font-size: 26px;
    font-variant: small-caps;
    line-height: 34px;
    color: #C16A25;
    border-bottom: 1px solid #CCAA8F;
    padding-bottom: 10px;
}
  .right-info
        {
            width: 100%;
            float: left;
        }
        #divrecaptcha > Div {

    max-width: 280px;

}
.form-group {
    margin-bottom: 14px;
}
.box-body label {
    margin-bottom: 5px;
    display: table;
}
.text-danger.small.field-validation-error {
    color: #f00;
    font-size: 12px;
    line-height: 14px;
}
        .alert {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.form-control.textarea {
    min-height: 85px;
}
.alert.alert-danger {
    border: 1px solid #faa;
    background-color: #fee;
    color: #f00;
}
.alert.alert-success {
    border: 1px solid #649b49;
    background-color: #f5ffee;
    color: #649b49;
}
        .contactInformation
        {
            background-color: #E5E5E5;
            border: 1px solid #CCCCCC;
            border-radius: 5px;
            display: block;
            font-size: 15px;
            line-height: 20px;
            margin: 14px 0;
            padding: 10px; width: 100%;
            float: left;
        }
        .contactInformation span
        {
            color: #a70c1b;
            font-size: 15px;
            font-weight: bold;
        }
        .contactInformation b
        {
            color: #333;
            font-size: 15px;
            text-decoration: underline;
        }