.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {clear: both;}

.clearfix {*zoom: 1;}

.prettycheckbox {
    display: inline-block;
    padding:0;
    margin:0;
	float: left;
	cursor: auto;
}

.prettyradio {
	position: relative;
    padding:0;
    margin:0 0 10px;
	cursor: auto;
	
}

.prettycheckbox a,
.prettyradio a{
    width: 16px;
    height: 16px;
    background: url(prettyCheckable_custom.png) -7px -7px no-repeat;
    display: block;
    float: left;
	cursor: auto;
    margin:0;
}

.prettycheckbox.green a,
.prettyradio.green a{ background-image: url(prettyCheckable-green.png);}

.prettycheckbox.red a,
.prettyradio.red a{ background-image: url(prettyCheckable-red.png);}

.prettycheckbox.yellow a,
.prettyradio.yellow a{ background-image: url(prettyCheckable-yellow.png);}

.prettycheckbox.gray a,
.prettyradio.gray a{ background-image: url(prettyCheckable-gray.png);}

.prettyradio a {background-position: -7px -127px;}

.prettycheckbox a:focus,
.prettyradio a:focus {outline: 0 none;}

.prettycheckbox a:focus{background-position: -7px -37px;}
.prettyradio a:focus{background-position: -7px -157px;}

.prettycheckbox a.checked{ background-position: -7px -67px; }
.prettyradio a.checked { background-position: -7px -187px; }

.prettycheckbox a.checked:focus{ background-position: -7px -97px; }
.prettyradio a.checked:focus { background-position: -7px -217px; }

.prettycheckbox label {
  display: block;
  float: left;
  margin: 2px 5px;

}

.prettyradio label {
	position: absolute;
	left: 5px;
	top: 1px;
  margin: 3pxs 5px;

}


.prettycheckbox.disabled a,
.prettyradio.disabled a,
.prettycheckbox.disabled label,
.prettyradio.disabled label{
  cursor:not-allowed;
}

.prettycheckbox.disabled a {
  background-position: -7px -247px;
}

.prettyradio.disabled a {
  background-position: -7px -277px;
}