.w-contact-form {
    max-width: 484px;
    margin-left: auto;
    margin-right: 0px;
}

.w-contact-form h4 {
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 20px;
}

.w-contact-form input[type=text],
.w-contact-form textarea {
    background-color: #e6e6e6;
    border-width: 0px;
    border-radius: 0px;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0px;
}

.w-contact-form input[type=text] {
    height: 33px;
}

.w-contact-form textarea {
    height: 66px;
}

.w-contact-form .submit-button {
    text-transform: uppercase;
    display: block;
    color: white;
    background-color: black;
    font-weight: 900;
    line-height: 13px;
    padding: 2px 5px;
    font-size: 13px;
    border: none;
}

.w-contact-form form {
    margin-bottom: 10px;
}

