@charset 'utf-8';


#topics_search {
}
#topics_search #search_box {
}
#topics_search #search_box LABEL {
  cursor: pointer;
}
#topics_search #search_box TABLE {
  width: 100%;
  background-color: #ffffff;
  empty-cells: hide;
  border-collapse: collapse;
  border-spacing: 1px;
  border: solid 1px #666666;
}
#topics_search #search_box TABLE CAPTION {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
}
#topics_search #search_box TABLE TH {
  width: 100px;
  padding: 6px;
  vertical-align: top;
  border: solid 1px #666666;
  background-color: #a5b9fe;
  white-space: nowrap;
}
#topics_search #search_box TABLE TD {
  padding: 6px;
  border: solid 1px #666666;
}
#topics_search #search_box TABLE TD UL {
}
#topics_search #search_box TABLE TD UL:after {
  clear: both;
}
#topics_search #search_box TABLE TD UL LI {
  width: 210px;
  float: left;
}
#topics_search #search_box TABLE TD INPUT.text {
  width: 420px;
  padding: 0.2em;
  border: solid 1px #c0c0c0;
  font-size: 110%;
}
#topics_search #search_box TABLE TD SELECT {
  width: 100px;
  font-size: 120%;
}
#topics_search #search_box TABLE TD UL LI INPUT {
  margin-right: 2px;
}
#topics_search .submit {
  margin: 10px auto 0 auto;
  text-align: center;
}
#topics_search .submit INPUT.button {
  width: 168px;
  height: 28px;
}

