#jQueryFastSearch{
  height: 26px;
  border-top: 1px solid #A0A0A0;
  background-color: #F0F0F0;
  font-family: "Segoe UI", Tahoma, Arial;
  font-size: 12px;
  padding: 2px 0px 0px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: default;
}

#jQueryFastSearch .swClose{
  float: left;
  width: 24px;
  padding-top: 5px;
  margin-left: 6px;
}


#jQueryFastSearch .fl{
  float: left;
  width: 195px;
}

#jQueryFastSearch .fl input{
  width: 140px;
  height: 18px;
  margin-left: 2px;
  padding-left: 5px;
  padding-top: 4px;
  font-family: "Segoe UI", Tahoma, Arial;
  font-size: 12px;
}

#jQueryFastSearch .flButtons{
  float: left;
  width: 144px;
}

#jQueryFastSearch .flSwitch{
  float: left;
  width: 240px;
}

#jQueryFastSearch .flCase{
  float: left;
  width: 195px;
  padding-left: 4px;
  line-height: 10px;
}

#jQueryFastSearch .flCase input{
  margin-top: 6px;
}

.jQueryFastSearchHighlight {
  background-color: #FF0;
}
