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

.clearfix:after {clear: both;}

.clearfix {*zoom: 1;}

.prettycheckbox,
.prettyradio {
    display: inline-block;
    padding:0;
    margin:0;
    height: 20pt;
    line-height: 20pt;
}

.prettycheckbox a,
.prettyradio a{
    width: 17px;
    height: 17px;
    background: url(../../images/icons.png) 0 -1164px no-repeat;
    display: inline-block;
    cursor: pointer;
    margin:0;
    vertical-align: middle;
}

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

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

.prettycheckbox a.checked{ background-position: -75px -1164px; }
.prettyradio a.checked { background-position: -75px -1164px; }

.prettycheckbox label,
.prettyradio label {
  display: inline-block;
  margin: 0 5px;
  font-size: 10pt;
  cursor: pointer;
  vertical-align: middle;
}
