.example{
  margin-bottom : 1.5em;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('/atlasweb/resources/css/checks-e2513a39103be3bc28faf0aec633c183.png') no-repeat 0 0;
  line-height  : 24px;
}
input[type=checkbox]:not(old) + label{
  background   : url('/atlasweb/resources/css/checks2-f4837099b0934fe1795b47b3006a7657.png') no-repeat 0 0;
  height: 20px;
  vertical-align: top;
}
input[type=checkbox]:not(old):checked + label{
  background-position : 0 -24px;
}

input[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
}
.label-radio{
	height: 21px;
	width: 20px;
	vertical-align: middle;
	cursor: pointer;
}