/* ----- Search ----- */
#globalnav{
z-index:100;
}
.search {
position: absolute;
left: 582px;
top: 7px;
width: 90px;
border: 1px solid #FFF;
height: 12px;
}
*+html .search { /* -- WinOpera --*/
height: 12px;
}
* html .search { /* -- WinIE --*/
height: 14px;
}


#popterm {
  position: absolute;
  left: 674px;
  top: 7px;
  cursor: default;
  overflow: hidden;
  background-color: #FFF;
  border-collapse: collapse;
  border: none;
  margin: 0px;
  padding: 1px;
}

#popterm .popterm_selected {
  background-color: #eaeaea;
  color: black;
}

#searchbox #popterm tr {
  background-color: #FFF;
}

#searchbox #popterm td {
  font-size: small;
  font-style: normal;
  color: black;
  overflow: hidden;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin: 0px;
  padding: 1px;
  text-align: left;
}

