.prettyCheckbox{display:inline-block;width:20px;height:20px;margin-bottom:-3px;border:2px solid #e6e6e6;cursor:pointer}
.prettyCheckbox.checked{position:relative}
.prettyCheckbox.checked .check{background:url(img/checkbox.png) no-repeat;display:block;height:18px;width:18px;position:absolute;top:-1px;left:0;z-index:100}
.prettyRadiobox{display:inline-block;width:20px;height:20px;margin-bottom:-3px;border:2px solid #e6e6e6;border-radius:50%;cursor:pointer}
.prettyRadiobox.checked{position:relative}
.prettyRadiobox.checked .check{display:block;position:absolute;left:5px;top:5px;z-index:100;width:6px;height:6px;border-radius:50%;background:#33ad50}