
#contactform {
  margin: 0 0 20px 0;
}

.f input, .f textarea, .f select {
  width: 220px;
  border: #d1aa67 solid 1px;
  vertical-align: middle;
  background-color: #e3cca4;
  text-transform: none;
  padding: 2px;
  margin: 4px 0;
}

.f input.submit {
  display: block;
  width: 140px;  
  height: 20px;
  line-height: 20px;
  background: transparent url('../images/g-button.gif') repeat-x;
  text-decoration: none;
  color: #000;
  font-weight: bold; 
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-size: 0.75em;
  float: right;
}

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

input.checkbox {
  width: auto;
  border: none;
}
