<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Add your CSS code here.

For example:
.wpcf7-form-control has-spinner wpcf7-submit {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.wpcf7 form input[type="submit"] {
    background-color: #7B9EA0;
}

</style>
<!-- end Simple Custom CSS and JS -->
