/* ------------------------------------------------------------------------
	This you can customize
------------------------------------------------------------------------- */

	label.checkbox span.holder {
		height: 61px; /* Total height of your checkbox image */
		background: url(../img/checkbox.gif) 0 -1px no-repeat; /* Path to your checkbox image */
		
	}
	
	label.radio span.holder {
		height: 61px; /* Total height of your radio buttons image */
		background: url(../img/radio.gif) 0 -1px no-repeat; /* Path to your radio button image */
		margin-top:-1px;
		
	}
	
	label.checkbox:hover span.holder,
	label.radio:hover span.holder { top: -21px !important; } /* Background position on mouseover */
	
	label.checked span.holder,
	label.checked span.holder,
	label.checked:hover span.holder,
	label.checked:hover span.holder { top: -42px !important; } /* Background position when checked */


/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */

	label.list {
		float: left; clear: left;
		
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		font-size:12px;
		
		
	}


	/*request.servervariables("HTTP_USER_AGENT") = */

	
	label.inline {
		float: left; margin: 0px 10px 0px 0px;
		
	}
	
		input.hiddenCheckbox {
			position: absolute; left: -10000px; /* Hide the input */
			
		}
	
		label.prettyCheckbox span.holderWrap {
			display: block; float: left;
			position: relative;
			margin-right: 5px;
			margin-left:15px;
			margin-top:0px;
			overflow: hidden;
			
		}
		
		label.prettyCheckbox span.holder {
			display: block;
			position: absolute;
			top: 0px; left: 0px;
		}
