
.ninja-forms-cont {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}


.ninja-forms-required-items {
	margin-bottom: 20px;
	color: #888;
}


.ninja-forms-form-wrap label {
	color: #94C249;
    font-weight: normal;
}


input {
	color: #817060;
    font-weight: normal;
} 

.textarea-wrap textarea {
    height: 75px;
}


#nf_submit_1  input[type="submit"] {
    color: #E8F0DE;
    border: 1px solid #538312;
    background: -moz-linear-gradient(center top , #7DB72F, #4E7D0E) repeat scroll 0% 0% transparent;
    display: inline-block;
    vertical-align: baseline;
    margin: 0px 2px;
    outline: medium none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial,Helvetica,sans-serif;
    padding: 0.5em 2em 0.55em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 0.5em;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

#nf_submit_1 input[type="submit"]:hover { 
    background: -moz-linear-gradient(center top , #6B9D28, #436B0C) repeat scroll 0% 0% transparent;
	color: #fff;
    text-decoration: none;
}

.ninja-forms-field-error, .ninja-forms-req-symbol, .ninja-forms-response-msg, .ninja-forms-error-msg {
    color: #c40000;
}


