form#contact_form {
  float: left;
  width: 545px;
  height: 397px;
  margin: 8px 0 0;
  padding: 21px 18px 0 0;
  background: url(../images/contact_form.png) no-repeat; 
}
form#contact_form .form_row {
  float: left;
  width: 545px;
  padding: 0 0 12px;
}

form#contact_form label {
  font: 18px/24px Georgia, "Times New Roman", Times, serif;
  color: #55636e;
  float: left;
  width: 143px;
  text-align: right;
  padding: 0 18px 0 0;
}
form#contact_form input.text {
  font: 18px Georgia, "Times New Roman", Times, serif;
  color: #55636e;
  background: url(../images/contact_us_input.png) no-repeat;
  border: 0; 
  width: 378px;
  height: 27px;
  padding: 3px 3px 0;
  float: left;
}
form#contact_form textarea {
  font: 18px Georgia, "Times New Roman", Times, serif;
  color: #55636e;
  background: url(../images/contact_us_textarea.png) no-repeat;
  border: 0; 
  width: 378px;
  height: 111px;
  padding: 3px;
  float: left;
}

form#contact_form a#send_link {
	display: block;
	float: right;
    background: url(../images/contact_us_submit.png) no-repeat;
	background-position: 0px 0px;
    width: 134px;
    margin: 5px 0 0;
    height: 34px;
	text-indent: -9999px;
}

form#contact_form a#send_link:hover {
	background-position: 0 -34px;
}

form#contact_form input.error { background-position: 0 -30px; }

/* Confirm */
.confirm h2 { color: #8bcb6c; }
.confirm h3 { color: #354450; }
