

footer .column1 {
position: relative;
top: -18px;
}

header_top_bottom_holder {
background-color: #000000
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 98% !important;
    border-color: #aaa;
    border-style: solid;
    border-width: 0.1em;
    color: #444;
    font-size: 16px;
}

.gform_wrapper textarea.medium {
    height: 9.375em;
    width: 97.5%;
    border-color: #aaa;
    border-style: solid;
    border-width: 0.1em;
    color: #444;
    font-size: 16px;
}

.gform_wrapper input[type="button"], body .gform_wrapper input[type="submit"], body .gform_wrapper input[type="reset"] {
    position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 36px;
    margin: 0;
    padding: 0 23px;
    border: 2px solid #303030;
    font-weight: 700;
    text-align: left;
    color: #c9a563;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    background-color: transparent;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    background-color: #000;
}

.gform_wrapper input[type="button"]:hover, body .gform_wrapper input[type="submit"]:hover, body .gform_wrapper input[type="reset"]:hover {
    background-color: #c9a563;
    border-color: #000;
    color: #000;
    text-decoration: none;
}