
.f input, .f textarea {
  width: 250px;
  padding:2px;
  border: #D0C8C8 solid 1px; 
  background-color: #;
}

input.submit {
  display: block;
  line-height: 30px;
  background: transparent url('../images/g-button.gif') repeat-x;
  padding: 0 5px;
  width: auto;
  float: left;
  font-size: 1em;
  border: 0;
  font-style: italic;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}