.checkbox,.radio{
  width:19px;
  height:25px;
  padding:0 5px 0 0;
  background:url(../images/checkbox.png) no-repeat;
  display:block;
  float:left;
  
}
.radio{
  background:url(../images/radio.png) no-repeat;
}

.choise{

    width:100%;
    float:left;

}

.choise label{
  padding-top:3px;
  display:block;
  float:left;
}
