#searchbutton,
#notfallbutton {
  color: #ff;
}
#searchbutton:hover,
#notfallbutton:hover {
  cursor: pointer;
}
#searchbox {
  position: absolute;
  right: 0;
  top: 105px;
  border: 1px solid #94ba1e;
  background: #94ba1e;
  padding: 5px 5px;
  z-index: 500;
  display: none;
  line-height: 0;
  clear: right;
  float: left;
  text-align: left;
  animation: 0.3s ease-out 0s normal none 1 running fadeInDown !important;
}
#notfallbox {
  position: absolute;
  right: 0;
  top: 5px;
  border: 1px solid #ff0000;
  background: #ff0000;
  padding: 5px 5px;
  z-index: 500;
  display: none;
  line-height: 25px;
  clear: right;
  float: left;
  text-align: left;
  color: #fff;
  font-weight: 700;
  animation: 0.3s ease-out 0s normal none 1 running fadeInDown !important;
}
.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #253382;
  padding: 0 5px;
  border: 0px none;
  line-height: 25px;
  margin-left: 3px;
  color: #94ba1e;
  float: left;
}
#searchbox_searchfield {
  border: 0px none;
  background-color: #fff;
  line-height: 21px;
  padding: 2px;
  float: left;
}
