/* =============================================================================
Seed to Plate - Contact
============================================================================= */

h2 {margin: 0; padding: 0 0 15px 0;}

.base {
  background: url(../img/frames/frame_929.gif) 0 0 repeat-y;
  width: 929px;
}

.base_top {
  background: url(../img/frames/frame_929_top.jpg) left top no-repeat;
}

.base_bottom {
  background: url(../img/frames/frame_929_bottom.jpg) left bottom no-repeat;
  padding: 17px 18px 19px 17px;
}

/* Left Box
============================================================================= */

#contact_left {
  float: left;
  width: 555px;
}

#contact_left p {
  padding-bottom: 25px;
}

#contact_left form div.form_left {
  width: 235px;
  float: left;
}

#contact_left form div.form_right {
  width: 211px;
  float: left;
}

#contact_left form label {
  display: block;
  font-weight: bold;
  line-height: 20px;
  padding: 0 0 4px 0;
}

#contact_left form input {
  border: 1px solid #CEC6BF;
  width: 184px;
  height: 16px;
  display: block;
  margin: 0;
  font: 12px/16px Arial, Tahoma, Sans-Serif;
  padding: 6px 5px;
}
#contact_left form input.hidden {display: none;}

#contact_left form div.form_message {
  clear: left;
  padding-top: 13px;
}

#contact_left form textarea {
  border: 1px solid #CEC6BF;
  height: 138px;
  display: block;
  margin: 0;
  font: 12px/16px Arial, Tahoma, Sans-Serif;
  padding: 6px 5px;
  width: 419px;
}

#contact_left form div.form_button {
  clear: both;
  padding: 19px 0 20px 327px;
}

#contact_left form div button {
  background: url(/img/buttons/send_message.gif) 0 0 no-repeat;
  height: 26px;
  width: 105px;
  border: none;
  cursor: pointer;
}
#contact_left form div button:hover {background-position: 0 -26px;}

/* Error Box
============================================================================= */

p#error_box {
  background: #F5F1BE;
  border: 1px solid #DED99B;
  padding: 8px;
  margin-bottom: 17px;
  width: 660px;
}

/* Right Box
============================================================================= */

#contact_right {
  float: right;
  width: 192px;
}

#contact_right p {
  padding-bottom: 10px;
}

#contact_right span {
  display: block;
  color: #A79A8F;
  font: 11px/17px Tahoma, Arial, Sans-Serif;
}
