#sbs_top {   
  display:block; 
  clear:both; 
  overflow:hidden; 
  margin:0px;    
  position: absolute; 
  top: 122px;
  background: transparent url(../../jbx_menu/gfx/menu/menu2.gif) repeat-x left center;
  height: 35px;
  padding: 0;
  width: 100%;    
}

#sbs_top form {
  margin: 6px 10px 0 10px;
}

.sbs_loader {display:inline-block; width:25px; height:25px; margin-left:10px; float:left;}
.sbs_loader div {
  background:url('../img/loader.gif') no-repeat 4px 2px;
  height:25px;
  display:none;
}
.sbs_submit {display:inline-block; margin: 0;}

.sbs_submit .button_mini {
  border: 1px solid rgb(190, 182, 182);
  border-radius: 4px;
  height: 22px!important;
  width: 42px;
  background: blue;
  font-weight: bold!important;
}

.sbs_div {display:inline-block; min-width:150px; float:left; overflow:hidden; margin-right:10px;}

.sbs_div.sbs_div4 {
  margin-right: 0;
}

.disabled {opacity:0.2;}
.enabled {opacity:1.0}
.sbs_selectbox {
  display:block; 
  width: 164px; 
  padding:0; 
  font-size:14px; 
  height: 22px;
}



#sbs_top .title_head {
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 10px 0 0;
  padding: 0;
}