.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {clear: both;}

.clearfix {*zoom: 1;}

.prettycheckbox,
.prettyradio {
	/*display: inline-block !important;*/
	padding:0;
	margin:0;
	height: auto !important;
	/*float: none !important;*/
}

section div.page div.right div.text .prettycheckbox a,
section div.page div.right div.text .prettyradio a {
	width: 19px !important;
	height: 19px !important;
	background: url('../img/bg_form-checkbox.png') top left no-repeat !important;
	display: block !important;
	float: left !important;
	cursor: pointer !important;
	margin:0 !important;
}
/*.prettyradio a {background-position: 0 -38px !important;}*/

.prettycheckbox a:focus,
.prettyradio a:focus {outline: 0 none;}

section div.page div.right div.text .prettycheckbox a.checked { background-position: 0 -19px !important; }

section div.page div.right div.text .prettyradio a.checked { background-position: 0 -19px !important; }

.prettycheckbox.disabled a,
.prettyradio.disabled a,
.prettycheckbox.disabled label,
.prettyradio.disabled label{
  cursor:not-allowed;
}

.prettycheckbox.disabled a,
.prettyradio.disabled a {
	opacity: 0.2;
}