/*genrated on 2017-23-11 11:49:44****************/
/*STYLE - LESS DONT LIKE*/
input[type=radio] {
  display: none;
}
.ccm_form input[type=radio] {
  display: none;
}
input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
  background: url("/_skins/base/images/ico_checkbox.png");
  background-position: 2px -60px;
  background-repeat: no-repeat;
}
input[type=radio] + label,
input[type=checkbox] + label {
  background: url("/_skins/base/images/ico_checkbox.png");
  background-position: 2px 0px;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 16px;
  width: 130px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
input[type=radio] + label:hover {
  text-decoration: underline;
}
