/* ------------------------------------------------------------------------
	This you can customize
------------------------------------------------------------------------- */
label.radio span.holder {
	height: 39px; /* Total height of your radio buttons image */
	background: url(../images/radio.gif) 0 -1px no-repeat; /* Path to your checkbox image */
}

label.radio:hover span.holder { 
	top: -13px !important; 
} /* Background position on mouseover */
	
label.checked span.holder,
label.checked span.holder,
label.checked:hover span.holder,
label.checked:hover span.holder { top: -26px !important; } /* Background position when checked */


/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */

label.list {
	float: left; clear: left;
	margin: 0 0 7px 0;
}

*html label.list {
	float: left; 
	clear: left;
	margin: 0 0 0px 0;
}

label.inline {
	float: left; 
	margin: 0 1px 0 0;
}

input.hiddenCheckbox {
	position: absolute; 
	left: -10000px; /* Hide the input */
}

label.prettyCheckbox span.holderWrap {
	display: block; 
	float: left;
	position: relative;
	top: 2px;
	margin-right: 4px;
	overflow: hidden;
}

label.prettyCheckbox span.holder {
	display: block;
	position: absolute;
	top: 0; 
	left: 0;
}