.search-form input[type="submit"]{
  height: 30px;
  font-family: Georgia,serif;
  font-size: 11px;
  font-weight: 400;
  padding: 0 5px 3px;
  background-color: #9c6114;
  background-image: none;
  border: 1px solid #9c6114;
  border-radius: 0;
  box-shadow: none;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0;
  float:left;
  text-shadow: none;
  text-transform: uppercase;
}
.search-form input[type="text"]{
  float: left;
  width: 300px;
}
.search-form{
  width: 100%;
  height: 37px;
}