.a.dnnFormHelp {
    position: unset;
}

.dnnLabel {
    width: auto;
}

.wrap-forms label {
    width: auto;
}

.dnnFormItem input[type="text"], .dnnFormItem input[type="textarea"] {
    width: 100%;
}

ul, ol {
    margin-bottom: 18px;
    margin-left: 0;
}

.gfield_label {
    display: inline-block;
    line-height: 1.3;
    clear: both;
    margin-bottom: 8px;
}
.btn-green:hover, a b:hover, b a:hover, strong a:hover, a strong:hover {
    color: #FFF;
}
.btn-green:hover {
    color: #fff;
    background-color: #377656;
    border-color: #287750;
}
.btn-green, a b, b a, strong a, a strong {
    background-color: #4e8c6d;
    color: #FFF;
    margin: 10px 0px 20px;
    float: left;
}

.validation_error {
    color: #790000;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.success_message {
    color: green;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}
.gform_wrapper .gfield_required {
    color: #790000;
    margin-left: 4px;
}
.chkAcceptancePolicy {
    max-width: 85%;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer;
}