input.newradio {
    display:none;
}
input.newradio + label span {
    display:inline-block;
    width:40px;
    height:40px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(/content/images/radio_shipping-payment_mode.png) left top no-repeat;
    cursor:pointer;
}
input.newradio:checked + label span {
    background:url(/content/images/radio_shipping-payment_mode.png) -40px top no-repeat;
}

input.newcheckbox {
    display:none;
}
input.newcheckbox + label span {
    display:inline-block;
    width:40px;
    height:40px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(/content/images/checkbox_shipping-payment_mode.png) left top no-repeat;
    cursor:pointer;
}
input.newcheckbox:checked + label span {
    background:url(/content/images/checkbox_shipping-payment_mode.png) -40px top no-repeat;
}


.form-check
  {
  margin-top:20px !important;
  padding:0;
  }  
  
p.radio_label
  {
  position:absolute;
  top:5px;
  left:50px;
  }
