/*
.basic-grey {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #E4E4E4;
}

.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}

.basic-grey h1 > span {
    display: block;
    font-size: 11px;
}

.basic-grey label {
    display: block;
    margin: 0px;
}

.basic-grey label > span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #000;
}

.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height: 15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}

.basic-grey textarea {
    padding: 5px 3px 3px 5px;
}

.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}

.basic-grey textarea {
    height: 200px;
}

.basic-grey .button {
    background: #609513;
    border: none;
    padding: 5px 30px;
    font-size: 17px;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
}

.basic-grey .button:hover {

}

form#feedback label span span {
    color: red;
}*/

.web-form-widget {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #E4E4E4;
}

.web-form-widget-title {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;
    color: #888;
}

.web-form-widget-form-label {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #000;
    font-weight: bold;
    display: block;
}

.web-form-widget-form-li {
    clear: both;
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.web-form-widget-form-input,
.web-form-widget-form-ul textarea {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height: 15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
    outline: none;
    margin-top: 2px;
}

.web-form-widget-form-ul textarea {
    height: 200px;
    resize: vertical;
}

.web-form-widget-form-button {
    background: #609513;
    border: none;
    padding: 5px 30px;
    font-size: 17px;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 21%;
}

.web-form-widget-form-button:hover {
    background-color: #49720f;
}

.web-form-widget-form-button-loading-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.web-form-widget-recaptcha-error {
    margin-left: 21%;
}

.web-form-widget-form-message {
    margin-left: 21%;
    margin-bottom: 10px;
    font-weight: bold;
    display: none;
}

.web-form-widget-form-message.visible {
    display: block;
}

.web-form-widget-form-message.success {
    color: green;
}

.web-form-widget-form-message.error {
    color: red;
}

.g-recaptcha {
    margin-left: 21%;
    margin-bottom: 15px;
}

.web-form-widget-form-ul {
    list-style: none;
    padding: 0;
}