div.bubuSelect,
div.bubuSelect > div.bubuSelectBackground,
div.bubuSelect > div.bubuSelectCoche {
  /* Custom */
  height: 28px;
  vertical-align: middle;
}

div.bubuSelect > div.bubuSelectBackground {
  /* Custom */
  background: transparent url('../img/select_background.png') no-repeat top left;
  
  /* Static */
  position: absolute;
  left: 0;
  top: 0;
}

div.bubuSelect > div.bubuSelectCoche {
  /* Custom */
  background: transparent url('../img/select_coche.png') no-repeat center center;
  width: 17px;
  
  /* Static */
  position: absolute;
  right: 0;
  top: 0;
}

div.bubuSelect > select {
  /* Custom */
  font-size: 9px;
  color: #49361f;
  padding-left: 4px;
  top: 2px;
  margin: 0;
  
  /* Static */
  height: auto;
  background: transparent none;
  border: 0;
  position: relative;
  outline: none;

  /* Browser specific */
  -webkit-appearance: none;
  /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);*/
  /*filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0,color=#000000)
          progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0,color=#000000)
          progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=-1,color=#000000)
          progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1,color=#000000);*/
}

div.bubuSelect {
  /* Static */
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 21px;
  *display: inline;
  zoom: 1;
}