html body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
html body .gform_wrapper input[type="checkbox"],
html body .gform_wrapper ul.gfield_radio li input[type="radio"] {
  border: 2px solid #999;
  width: 25px !important;
  height: 25px;
  outline: none;
  padding: 3px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  -ms-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

html body .gform_wrapper  input[type="checkbox"]:checked,
html body .gform_wrapper input[type="checkbox"]:checked,
html body .gform_wrapper input[type="radio"]:checked{
  background: #999;
  background-clip: content-box;
}

html body .gform_wrapper ul.gfield_radio li input[type="radio"] {
  border-radius: 50%;
}
