/* Search */		

#searchtable {
  background: #eee;
  height: 35px;
  /*border-right: 3px solid white;
  border-left: 5px solid white;
  border-top: 1px solid white;*/
  padding: 5px;
  padding-bottom: 0;
  border: 1px solid #ccc;
	  width: 749px;
}

.search-extra {
  float: left;
  width: 50%;
  text-align: right;
}

.search-extra span {
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  padding: 5px 10px 10px 10px;
  font-weight: 700;
  display: block;
}

.search-box {
  float: left;
  width: 50%;
}