
.f input, .f textarea {
  width: 250px;
  padding:4px;
  border: #878787 solid 1px; 
  background:#e1dede;
}
.f input:hover, .f textarea:hover {
	background:#ededed;
	}
.f input.submit {
  background: transparent url('../images/g-submit.gif') no-repeat;
  display: block;  
  float: right;
  padding: 0 0 4px 0;
  color:#fff;
  height: 34px;
  width: 220px;
  border: 0;  
  cursor: pointer;
  font-size: 1.5em;
}

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

.f input.auto
{
  width: auto;
}

