  .selecta_outer { 
    height:30px; 
  }
  .selecta_inner {
    float:left; 
    padding-right:5px; 
    border:0;
    width:260px;
    height:30px;
    padding-left:1em
  }
  .selecta_name {
    float:left; 
    padding-right:5px;
    border:0;
    width: 10%;
    padding-top:0.7em;
  }
  .selecta_slider {
    width:250px;
  }
  .selecta_input {
    text-align:center; 
    /*float:left;*/ 
    /*width:18em;*/ 
    border:1px solid gray;
    /*padding-top:0.7em;*/ 
    /*color:#f6931f;*/ 
    font-weight:bold;
  }
