.f input, .f textarea, .f select {
  width: 280px;
  border: #1bb0ec solid 1px;
  vertical-align: middle;
  font-size: 0.875em;
  padding: 2px;
}

.f div.submit-button input.submit {  
  cursor: pointer;
  border: none;
  display: block;
  background: transparent url('../images/g-button.gif') no-repeat;
  font: bold italic 1.25em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  color: #1467b7;
  text-decoration: none;
  height: 40px;
  padding: 0 10px;
  width: 210px;
  float: right;
}

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