/* ------------------------------------------------------------------------
	This you can customize
------------------------------------------------------------------------- */

	
	label.radio span.holder {
		height: 13px; /* Total height of your radio buttons image */		
		background: url(../images/buttons/radio.gif) no-repeat !important; /* Path to your radio button image */
		background-position: 0 -13px !important;
	}
	
	
	label.radio:hover span.holder { background-position: 0 0 !important; } /* Background position on mouseover */
		
	label.checked span.holder { background-position: 0 0 !important; } /* Background position when checked */


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

	label.list {
		float: right; 
		margin: 0 5px 0 0;
		cursor:pointer;
	}
	
	label.inline {
		float: left; 
	}
	
		input.hiddenCheckbox {
			position: absolute; left: -10000px; /* Hide the input */
		}
	
		label.prettyCheckbox span.holderWrap {
			display: block; float: left;
			position: relative;
			margin:2px 0 0 0;
			overflow: hidden;			
		}
		
		label.prettyCheckbox span.holder {
			display: block;
			position: absolute;
			top: 0; left: 0;
			
		}
