input {  }

textarea {  }

.form_description {  }
.small_italics { color: #05b0ff; font: italic normal normal .8em/1.3em Arial, Helvetica, sans-serif; }
.form-control-wrap-textfield { position: relative; display: block; width: 667px; height: 32px; background: url('/images/form-text-field.png') no-repeat; }
.form-control-wrap-textarea { position: relative; display: block; width: 667px; height: 132px; background: url('/images/form-text-area.png') no-repeat; }

.field_contact_name { width: 620px; background: transparent url('/images/icon-form-name.png') no-repeat scroll 2% 60%; padding: 10px 0 6px 35px; border: none; outline: none; }
.field_contact_email { width: 620px; background: transparent url('/images/icon-form-email.png') no-repeat scroll 2% 60%; padding: 10px 0 6px 35px; border: none; outline: none; }
.field_contact_phone { width: 620px; background: transparent url('/images/icon-form-phone.png') no-repeat scroll 2% 60%; padding: 10px 0 6px 35px; border: none; outline: none; }
.field_contact_hear { width: 620px; background: transparent url('/images/icon-form-hear.png') no-repeat scroll 2% 60%; padding: 10px 0 6px 35px; border: none; outline: none; }

.textarea_contact { width: 650px; height: 112px; padding: 10px 0 6px 10px; border: none; outline: none; background-color: transparent; overflow: auto; }

.send_button { display: block; width: 192px; height: 43px; margin: 0 auto; background: url('/images/form-btn-send.png') no-repeat; border: none; cursor: pointer; }
