
.searchTerm {
  margin-top:0px;
  width:80%;
  border: 1px solid #294672;
  border-right: none;
  padding: 10px;
  height: 25px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #999;
  font-size:13px;
  letter-spacing:1px;
}

.searchTerm:focus{
  color: #333;
}

.searchButton {
  width: 40px;
  height: 25px;
  border: 1px solid #294672;
  background: #294672;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.searchTerm-chico {
  
  /*width:80%;*/
  border: 1px solid #294672;
  border-right: none;
  padding: 5px;
  height: 30px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #999;
  font-size:12px;
  letter-spacing:1px;
}

.searchButton-chico {
  margin-top:0px;
  width: 40px;
  height: 30px;
  border: 1px solid #294672;
  background: #294672;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  /**/
}

