#ups{
  background: #D9D9D9;
  border: 1px solid #9E9E9E;
  font-size: 85%;
  height: 45px;
  padding: 5px;
}

label{
  font-weight: bold;
  font-size: 80%;
}


.fulltext{
 width: 250px;
}
#ups{
  z-index: 1;
}

#ups .search{
  background: #C6C6C6;
  border: 1px solid #9E9E9E;
}


  /* ----------------------------------- selector ----------------- */
   .selector{
    padding: 0;
   }
   
   .auto-form{
   float: left;
   position: relative;
   width: 170px;
   }
   
   
   .auto-form select{
      font-size: 95%;
      text-align: left;
      width: 130px;
      margin-left: 10px;
      margin-right: 2px;
      margin-bottom: 3px;
   }
   
    .auto-form input{
      position: absolute;
      right: 0; top: 2px;
    }
