
    span.checkbox {
      width: 19px;
      height: 25px;
      padding: 0px 5px 0 0;
      margin-left: 5px;
      background: url(/images/checkboxes.png) no-repeat;
      display: block;
      clear: left;
      float: left;
    }
   span.radio {
     width: 19px;
     height: 25px;
     padding: 0 5px 0 0;
	 margin-top: -5px;
     background: url(/images/radio_utilities.png) no-repeat;
     display: block;
     clear: left;
     float: left;
   }
   span.select {
    position: absolute;
     width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
     height: 25px;
     padding: 0 24px 0 8px;
     color: #000;
     font: 12px/21px arial,sans-serif;
     background: url(/images/dropdown_utilities_190.png) no-repeat;
     overflow: hidden;
  }

   span.select_100 {
    position: absolute;
     width: 78px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
     height: 25px;
     padding: 0 24px 0 8px;
     color: #000;
     font: 12px/21px arial,sans-serif;
     background: url(/images/dropdown_utilities_100.png) no-repeat;
     overflow: hidden;
  }

   span.select_125 {
    position: absolute;
     width: 103px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
     height: 25px;
     padding: 0 24px 0 8px;
     color: #000;
     font: 12px/21px arial,sans-serif;
     background: url(/images/dropdown_utilities_125.png) no-repeat;
     overflow: hidden;
  }

   span.select_150 {
    position: absolute;
     width: 128px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
     height: 25px;
     padding: 0 24px 0 8px;
     color: #000;
     font: 12px/21px arial,sans-serif;
     background: url(/images/dropdown_utilities_150.png) no-repeat;
     overflow: hidden;
  }
