/* RebeccaJohnson.com stylesheet */
/* contact.css */
/* defines contact section styles */

#contact-content {
  padding: 0 2em;
}

.zemContactForm {
  width: 30em;
  float: right;
  margin-right: 2em;
}

.zemContactForm fieldset {
  padding: 1em;
  width: 30em;
  border: 1px solid #656565;
}

.zemContactForm legend {
  padding: .5em;
  font-weight: bold;
  border: 1px solid #656565;
  text-transform: uppercase;
}

.zemContactForm label {
  display: block;
  width: 100% !important;
  margin-top: 1em;
}

.zemContactForm .zemText,
.zemContactForm .zemTextarea {
  width: 25em;
}

#contact-buttons {
  margin-top: 1em;
}

/* end contact.css */