.search input {
  width: 220px;
  float: left;
  margin-left: 16px;
  height: 30px;
  border: none;}
.search button {
  border: none;
  background: url(images/search.png) no-repeat center center;
  float: left;
  height: 30px;
  width: 30px;
  display: inline-block;}
