#stage_selector {
   float: left;
}

#ema_info,#kaufman_info,#emage_info {
   float: left;
   margin-left: 25pt;
}

#navigation_container {
  font-size: 10pt;
  position:relative;
}

#interactive_tree_container {
  position:absolute;
  width: 50%;
  left: 20px;
  top:50px;
  float: left
  font-size: 10pt !important;
}

#select_container {
  position:absolute;
  left: 25px;
  top: 10px;
  font-size: 10pt !important;
  font-weight: normal !important;
}

#search_container {
  position:absolute;
  position:relative;
  left: 25px;
  top: 60px;
z:2;
}

#search_label,#search_input {
   float: left;
}

.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
  height: 100px;
}

