#search_form {
  margin: 0;
  padding: 0;
}
#search_div {
  position: relative;
}
#search {
  cursor: pointer;
}
.search_bar {
  height: 40px;
  width: 580px;
  text-align: right;
  vertical-align: top;
}
.search_button {
  padding: 0 15px 0 0;
}
.search_text {
  width: 110px;
  font-size: 130%;
  font-weight: bold;
  padding-left: 8px;
  text-align: center;
  float: left;
}
.selectBoxArrow {
  float: left;
}
.selectBoxInput {
  padding: 3px 0 0 6px;
  float: left;
  width: 151px;
  height: 19px;
  background:#CCCCCC url(/images/search_ddown.gif) repeat-x right top;
  border:0px;
  border:none;
  color: #FFFFFF;
  font-size: 90%;
  font-weight: bold;
}

.kwdInput {
  float: left;
  padding: 3px 0 0 6px;
  width: 171px;
  height: 19px;
  background:#CCCCCC url(/images/search_kwd.gif) repeat-x right top;
  border:0px;
  border:none;
  color: #666666;
  font-size: 90%;
  font-weight: bold;
}

.selectBoxOptionContainer {
  position:absolute;
  border:1px solid #666666;
  background-color: #999999;
  text-align: left;
  overflow:auto;
  padding-left: 6px;
  height:35px;
  width: 170px;
  top: 21px;
  left: 0;
}
.selectBoxAnOption {
  cursor:default;
  overflow:hidden;
  white-space:nowrap;
  color: #FFFFFF;
  font-size: 90%;
  font-weight: bold;
}
