/* ------------------------------------------------------------------------
	This you can customize
------------------------------------------------------------------------- */
#checkBox {
	float: left;
}
#checkbox2 {
	float: left;
}
label.checkbox span.holder {
	height: 57px; /* Total height of your checkbox image */
	background: url(../images/prettyCheckboxes/checkbox1.png) 0 0 no-repeat; /* Path to your checkbox image */
}
label.checkbox-style2 span.holder {
	height: 57px; /* Total height of your checkbox image */
	background: url(../images/prettyCheckboxes/checkboxStyle-2.png) 0 0 no-repeat; /* Path to your checkbox image */
}
label.radio span.holder {
	height: 61px; /* Total height of your radio buttons image */
	background: url(../images/prettyCheckboxes/radio.png) 0 0 no-repeat; /* Path to your radio button image */
	width: 21px !important;
}
label.checkbox:hover span.holder,  label.radio:hover span.holder {
	top: -38px !important;
} /* Background position on mouseover */
label.checked span.holder,  label.checked span.holder,  label.checked:hover span.holder,  label.checked:hover span.holder {
	top: -38px !important;
} /* Background position when checked */
label.checked span.holder,  label.checked span.holder,  label.checked:hover span.holderStyle2,  label.checked:hover span.holderStyle2 {
	top: -38px !important;
} /* Background position when checked */
/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */

label.list {
	float: left;
	clear: left;
	margin: 0 0 5px 0;
	line-height: 22px;
}
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: 10px;*/
	overflow: hidden;
	/*			left: -4px;
*/			top: 1px;
 width: 26px !important;
}
label.prettyCheckbox span.holder {
	display: block;
	position: absolute;
	top: 0;
	left: 0;

}
