span.checkbox {
  width: 10px !important;
  height: 10px;
  padding: 0 5px 0 0;
  background: url(../images/custom_forms/checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
  margin-top: 5px;
}
span.radio {
  width: 10px !important;
  height: 10px;
  padding: 0 5px 0 0;
  background: url(../images/custom_forms/radio.png) no-repeat;
  display: block;
  float: left;
  margin-top: 3px;
}
span.select {
  position: absolute;
  width: 107px !important; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 25px;
  padding: 0 24px 0 4px;
/*  color: #fff; */
/*  font: 12px/21px arial,sans-serif; */
  background: url(../images/custom_forms/select.png) no-repeat;
  overflow: hidden;
  line-height: 17px;
  font-size: 9px !important;
  text-align: left;
}

span.longSelect { width: 500px !important; background-image: url(../images/custom_forms/selectLong.png) }
select.longSelect { width: 500px !important }