

#search-form {
  width:400px;
  overflow: hidden;
 
}

#search-form fieldset {

  margin: 0 0px 0 0;
  padding: 0;
  border: none;background:#0d4c8f;height:34px;margin-top:3px;width:100%;overflow:hidden
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height:34px;
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 10px 0 10px;
  background: transparent;
  border: none;
}
#search-form input[type="submit"] {
  position: absolute;
  top:3px;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  background: #002a57;
  border: none;
  cursor: pointer;height:34px;
}
input::-webkit-input-placeholder {color:#aab2bd;font-size: 12px;}