.checkbox, .radio {
  width:19px;
  height:19px;
  padding:0 5px 0 0;
  background:url(../images/bg-checkbox.png) no-repeat;
  display:block;
  clear:left;
  float:left;
}
.radio { background:url(../images/bg-radio.png) no-repeat; }
.select {
  position:absolute;
  width:124px;
  line-height:20px;
  height:20px;
  padding:0 30px 0 6px;
  color:#0d89c0;
  font-size:13px;
  text-transform:uppercase;
  background:url(../images/custom-select.png) repeat;
  overflow:hidden;
}
