


/* styled input fields */

span.checkbox {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 12px;
  margin: 0 12px 0 5px;
  background: url(../images/styled/checkbox.gif) no-repeat;
  clear: none;
  float: none;
}

span.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 12px;
  margin: 0 5px 0 25px;
  background: url(../images/styled/radio.gif) no-repeat;
  clear: none;
  float: none;
}

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