
.f input, .f textarea {
  width: 250px;
  padding:4px;
  border-bottom: #e2f0d6 solid 1px; 
}

.f textarea {
  border: #e2f0d6 solid 1px;
}

input.submit {
  display: block;
  background: transparent url('../images/g-button-gw.gif') no-repeat;
  padding: 0 10px;
  text-align: right;
  font-style: italic;  
  cursor: pointer;
  border: 0;
  font-size: 1.25em;
  height: 22px;
}

input.checkbox {
  width: auto;
  border: 0;
  vertical-align: middle;
}

label {
  line-height: 22px;
}