

span.checkbox {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url('../images/checkbox.gif') no-repeat;
   clear: left;
   float: left;
   cursor:pointer;
}

span.radio {
  width: 17px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url('../images/radio.gif') no-repeat;
  display: block;
  clear: left;
  float: left;
  cursor:pointer;
}

span.select {
  position: absolute;
  height: 25px;
  padding: 5px 24px 0 8px;
  color: #01ADE8;
  font-size: 12px;
  font-weight: bold;
  font: Arial, Helvetica, sans-serif;
  background: url('../images/select.gif') no-repeat;
  overflow: hidden;
  cursor:pointer;
}

span.select1 {
  position: absolute;
  height: 25px;
  padding: 3px 24px 0 8px;
  color: #01ADE8;
  font-size: 12px;
  font-weight: bold;
  font: Arial, Helvetica, sans-serif;
  background: url('../images/select1.gif') no-repeat;
  overflow: hidden;
  cursor:pointer;
}

span.select2 {
  position: absolute;
  height: 47px;
  padding: 15px 24px 0 8px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  font: Arial, Helvetica, sans-serif;
  background: url('../images/select2.gif') no-repeat;
  overflow: hidden;
  cursor:pointer;
}

input.styled { display: none; } select.styled { position: relative; width: 190px; opacity: 0; filter: alpha(opacity=0); z-index: 5; }



