/* ------------------------------------------------------------------------
	This you can customize
------------------------------------------------------------------------- */

	label.checkbox span.holder {
		height: 15px; /* Total height of your checkbox image */
		background: url(../images/btn/bt_radio_no.gif) 0 2px no-repeat; /* Path to your checkbox image */
	}
	
	label.checked span.holder,
	label.checked span.holder {background: url(../images/btn/bt_radio_ok.gif) 0 0px no-repeat;} /* Background position when checked */


/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */

	label.list {
		float: left; clear: left;
		margin: 0 0 5px 0;
	}
	
	label.inline {
		float: left; margin: 0 10px 0 0;
	}
	
	input.hiddenCheckbox {
		position: absolute; left: -10000px; /* Hide the input */
	}

	label.prettyCheckbox span.holderWrap {
		display: block; float: left;
		position: relative;
		margin-right: 5px;
		overflow: hidden;
	}
	
	label.prettyCheckbox span.holder {
		display: block;
		position: absolute;
		top: 0; left: 0;
		cursor:pointer;
	}