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

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


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

	label.list {
		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;
		}
                .money-select label.prettyCheckbox span.holderWrap,
		label.checkbox span.holderWrap{
			display: none;
		}
		label.checkbox,
                .money-select label.prettyCheckbox{
			color: #fff;
			padding:0;
			float: left;
			border-bottom: 1px dashed;
                        width: auto;
                        margin: 0 9px 2px 6px;
		}
                .money-select label.prettyCheckbox.checked,
                .money-select label.prettyCheckbox:hover,
		label.checkbox.checked,
		label.checkbox:hover{
			border: 1px solid #45270a;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
	behavior: url(/PIE.htc);
	position: relative;
			background: #ffffff;
                        color: #39210b;
		}
		
		label.prettyCheckbox span.holder {
			display: block;
			position: absolute;
			top: 0; left: 0;
		}