.search-form{
  width:100%;
  height:auto;
  margin-top:10px;
}
.search-form input[type=text]{
-moz-appearance: none;
-webkit-appearance: none;
  width:100%;
  max-width:250px;
  display:inline-block;
  vertical-align:top;
  border:#aaa 1px solid;
  height:30px;
}
.search-form button{
-moz-appearance: none;
-webkit-appearance: none;
  width:100%;
  max-width:60px;
  display:inline-block;
  vertical-align:top;
  border:#aaa 0px solid;
  background: #edcdcd;
  cursor:pointer;
  height:30px;
  color:#fff;
}