﻿.fieldWrap {
margin-bottom:10px;
}

input, select {
    border: 1px solid #f8f8f8;
    border-radius: 2px;
    color: gray;
    width:100%;
}

.button {
    background-color: #2c8a2e;
    color: white;
    border-color: #2c8a2e; border-radius: 2px;
    padding: 10px 40px;
    font-weight:bold;
}

.contact-thanks {
    position: relative;
    width: 100%;
}

    .contact-thanks img {
    width:52px;
    height:auto;
    }

.fieldrowwrap .fieldWrap input {
width:unset;
width:initial;
}
#ContactUs1tbState {
height:46px;
}
#ContactUs1taMessage {
border:none;
width:100%;
}
.contact_page_form input.button {
cursor:pointer;
}