form#emf-form input[type=button] {
    outline: none !important;
    border: none !important;
    overflow: visible;
    display: inline-block;
    background: #d97842;
    width: auto;
    margin: 0;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    font-size: 100% !important;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding: 0 20px !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: all 200ms ease;
}
form#emf-form input[type=button]:hover {
    background: #444;
}
html {
    background-color: transparent !important
}

#emf-container, #emf-container-outer #emf-form-shadows {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 640px
}

.cms-contact-us- #emf-form input, .cms-request-a-catalog- #emf-form input, .cms-request-a-catalog- #emf-form textarea {
    padding: 0 9px;
    vertical-align: top;
    border: 1px solid #797979;
}

@media screen and (max-width: 656px) {
    #emf-container, #emf-container-outer #emf-form-shadows {
        width: 100%;
    }
}
