/*
Contact
*/

/* General */

#contact {
  padding: 650px 0 30px 0;
  background: url('/images/contact/plant.png') no-repeat 810px bottom;
  margin-bottom: -48px;
  position: relative;
}

/* Header */

#contact h2 {
  width: 217px;
  height: 90px;
  position: absolute;
  top: 245px;
  left: 50px;
  background: url('/images/contact/contact_me.png') no-repeat;
}

#contact h2 span {
  display: none;
}

/* Contact Details */

#contact-details {
  width: 257px;
  height: 59px;
  position: absolute;
  top: 501px;
  left: 61px;
  background: url('/images/contact/contact_details.png') no-repeat;
  color: rgb(255, 255, 255);
  font-size: 16px;
}

#contact-details p {
  margin: 0;
  position: absolute;
  left: 57px;
}

#contact-details a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

#contact-details a:hover {
  text-decoration: underline;
}

#contact-details span {
  color: rgb(255, 54, 210);
}

#contact-details .email {
  top: 20px;
}

#contact-details .phone {
  top: 78px;
}

/* Contact Form */

#contact-form {
  background-image: url('/images/contact/contact_form.png');
  width: 457px;
  height: 366px;
  position: absolute;
  top: 227px;
  left: 289px;
}

#contact-form h3 {
  font-weight: normal;
  font-size: 13px;
  color: rgb(255, 255, 255);
  width: 67px;
  position: absolute;
  left: 0;
  text-align: center;
}

#contact-form .name h3 {
  top: 9px;
}

#contact-form .from h3 {
  top: 52px;
}

#contact-form .message h3 {
  top: 94px;
}

#contact-form input,
#contact-form textarea {
  border: none;
  margin: 0;
  background-color: transparent;
  font-size: 14px;
  outline-style: none;
  resize: none;
}

#contact-form input {
  width: 367px;
  height: 24px;
  padding: 5px 0 5px 10px;
}

#contact-form textarea {
  width: 357px;
  height: 245px;
  overflow: auto;
  margin-top: 10px;
  padding: 0 0 0 10px;
}

#contact-form p.field {
  position: absolute;
  left: 77px;
  margin: 0;
}

#contact-form .name p.field {
  top: 0;
}

#contact-form .from p.field {
  top: 42px;
}

#contact-form .message p.field {
  top: 84px;
}

/* Validation */

#contact-form p.required input,
#contact-form p.required textarea {
  background-image: url('/images/contact/required.png');
  background-repeat: no-repeat;
}

#contact-form p.required input {
  background-position: 350px 12px;
}

#contact-form p.required textarea {
  background-position: 350px 3px;
}

#contact-required {
  display: none;
  width: 177px;
  height: 78px;
  position: absolute;
  top: 259px;
  right: 16px;
  background: url('/images/contact/required.png') no-repeat top right;
}

#contact-required p {
  display: none;
}

#contact-required.required {
  display: block;
}

/* Send */

#contact-form .send {
  position: absolute;
  top: 358px;
  right: 0;
  background: url('/images/contact/contact_action_bg.png') no-repeat top right;
  width: 364px;
  height: 55px;
}

#contact-form .submit {
  background: url('/images/contact/send_message_btn.png') no-repeat;
  width: 147px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 4px;
  outline-style: none;
}

#contact-form .submit:focus,
#contact-form .submit:active {
  outline-style: none;
}

#contact-form .submit:hover {
  background-position: bottom left;
}

/* Done */

#contact-sent {
  width: 287px;
  height: 37px;
  position: absolute;
  top: 177px;
  left: 122px;
  background: url('/images/contact/sent_bg.png') no-repeat;
  color: rgb(255, 255, 255);
}

#contact-sent p {
  margin: 0;
  padding: 10px 0 0 51px;
  font-size: 13px;
}
