/*
 * Author:  Nikola Vujović / www.ics.ba
 * Def:     Custom Checkbox
 */

.custom_check_box {}
.custom_check_box .check_box {width: 17px;height: 17px;float: left;margin: 0;text-align: center;cursor: pointer;}
.custom_check_box .check_box {background: url(/plugins/checkbox/design/custom_checkbox.png) no-repeat 0 0;}
.custom_check_box label {margin: -1px 0 0 20px !important;padding: 0 !important;display: block;color: #323232;}
.custom_check_box.active .check_box {background-position: 0 -17px;}