


/* no 2 */
/***
  5. Forms - http://sprockethouse.com/
***/
form fieldset {
  width: 430px;
  margin-left: 20px;
}

form p {
  clear: both;
  padding-left: 80px;
}

form p label {
  float: left;
  width: 70px;
  margin-left: -80px;
  text-align: right;
  /*line-height: 1.75;*/
}

form span.radio label {
  float: none;
  width: auto;
  margin-left: 0;
  font-style: italic;
}

form input,
form textarea {
  outline: none;
  font: 15px/1.125 "Cambria", "Book Antiqua", "Times New Roman", Times, serif;
  font-style: italic;
  color: #3a3634;
  background: transparent;
}

form input.input {
  width: 300px;
  margin: 0;
  padding: 0px 5px;
  border: none;
  border-bottom: 1px solid #c7caad;
}

form textarea {
  background: #f0f2d9;
  border: 1px solid #c7caad;
  /*line-height: 1.428571429;*/
  width: 300px;
  margin-top: -6px;
  padding: 5px;
}

form p.submit {
  padding-left: 0;
  text-align: center;
}
form p.submit input {
  border: 3px double #5f5f5f;
  font-size: 18px;
  cursor: pointer;
  background-color: #f9f3e1;
}
form p.submit input:hover {
  border: 3px double #e8747b;
}

