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

.clearfix:after {clear: both;}

.clearfix {*zoom: 1;}

.prettycheckbox,
.prettyradio {
    display: inline-block;
    padding:0;
    margin:0;
}

.prettycheckbox a,
.prettyradio a{
    width: 30px;
    height: 30px;
    background: url(prettyCheckable-blue.png) top left no-repeat;
    display: block;
    float: left;
    cursor: pointer;
    margin:0px 0  0  0;
    /* ADDED */
    margin-left: 5px !important;
    /* */
}
.photo_select_column .prettyradio a{margin-left:0px !important}


/* ADDED */
/*input[type='radio'],
input[type='checkbox'] {
    z-index:-1 !important;
    visibility:hidden;
}
i {
    z-index:-1 !important;
    visibility:hidden;
}*/
/* */

.fax_row .prettycheckbox a{margin-left:5px;margin-bottom:-10px}
.tos .prettycheckbox a{margin-bottom:-10px}

#jCarousel .prettyradio a{margin-top:0px}
.toggle_frame_set .prettyradio a{margin-top:12px}
.apps_and_extras .prettycheckbox a{margin-top:6px}

.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: 0 -120px;}

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

.prettycheckbox a:focus{background-position: 0 -30px;}
.prettyradio a:focus{background-position: 0 -150px;}

.prettycheckbox a.checked{ background-position: 0 -60px; }
.prettyradio a.checked { background-position: 0 -180px; }

.prettycheckbox a.checked:focus{ background-position: 0 -90px; }
.prettyradio a.checked:focus { background-position: 0 -210px; }

.prettycheckbox label,
.prettyradio label {
  display: block;
  float: left;
/*  margin: 6px 5px;*/
  cursor: pointer;
}

#jCarousel .prettyradio label{
  margin: 6px 5px;
}

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

.prettycheckbox.disabled a {
  background-position: 0 -240px;
}

.prettyradio.disabled a {
  background-position: 0 -270px;
}