/* CHECKBOX ET RADIOBUTTON STYLE !*/
label.checkbox span.holder {height:57px;background: url(../images/checkbox.gif) 0 -1px no-repeat;position:relative;z-index:10;}
label.radio span.holder {height:57px;background: url(../images/radiobtn.gif) 0 -1px no-repeat;position:relative;z-index:10;}
label.checkbox:hover span.holder, label.radio:hover span.holder {top: -19px;} 
label.checked span.holder, label.checked span.holder {top: -38px !important;}

	/*Customize at your own risk*/
	label.list {float:left;clear:left;margin:0 !important;height:12px;}
	label.inline {margin: 0 10px 0 0;}
	input.hiddenCheckbox {position: absolute; left: -10000px; /* Hide the input */}
	label.prettyCheckbox span.holderWrap {display:inline;float:left;position:relative;margin:0 5px 20px 0;overflow:hidden;padding:0;z-index:10;}
	label.prettyCheckbox span.holder {display:inline;position:absolute;top:0;left:0;margin:0;padding:0;}