
/* Contact Form */

#contactform {
  background: #bfbd00 url('../images/g-form-t.gif') no-repeat;
  width: 300px;
}

#contactform form {
  background: transparent url('../images/g-form-b.gif') no-repeat bottom left;
  padding: 20px;
  font-size: 0.875em;
}

#contactform .form-wrapper {
  background-color: #d9d766;
  padding: 20px;
}

input, textarea, select {
  border: #bfbd00 solid 1px;
  width: 207px;
  line-height: 1.5em;
  height: 1.5em;
  padding: 2px 4px 0 4px;
}

textarea {
  height: 8em;
}

input.submit {
  width: 140px;
  float: right;
  cursor: pointer;
  background: #fdcf46 url('../images/g-button-form.gif') no-repeat;
  border: none;
  font: normal 1.0675em 'Arial Narrow', 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  height: 22px;
  margin: 10px 0 0 0;
}

input:hover.submit {
  background-position: bottom left;
}