
/* START own css: Searchform */
/* default search */
input.searchtext {
  width: 150px;
}

table.searchform {
  width: 150px;
}

input.smallsubmitimage{
  border: 0px;
  background: transparent;
  margin-left: 2px;
}

/* advanced search */
input.searchstrictfield {
  width:  200px;
}

input.searchstricttext {
  width:  60px;
}

span.search_match {
  background-color: #000099;
  font-weight: bolder;
  color: #ffffff;
}
/* END own css: Searchform */

