label.checkbox span.holder{
	height:57px;
	background:url(../img/checkbox.png) 0 0px no-repeat;
}
label.radio span.holder{
	height:57px;
	background:url(../img/radio.png) 0 0px no-repeat;
}
label.checkbox:hover span.holder{
	top:-19px !important;
}
label.radio:hover span.holder{
	top:-19px !important;
}
label.checkbox.checked span.holder,label.checkbox.checked:hover span.holder{
	top:-38px !important;
}
label.radio.checked span.holder,label.radio.checked:hover span.holder{
	top:-38px !important;
}
label.list{
	margin:0 0 9px;
	display:block;
	line-height:15px;
}
label.inline{
	float:left;
	margin:0 23px 0 0;
	line-height:15px;
}
input.hiddenCheckbox{
	position:absolute;
	left:-10000px;
}
label.prettyCheckbox span.holderWrap{
	display:block;
	float:left;
	position:relative;
	margin-right:10px;
	overflow:hidden;
}
label.prettyCheckbox.radio span.holderWrap{
	margin-right:10px;
}
label.prettyCheckbox span.holder{
	display:block;
	position:absolute;
	top:0;
	left:0;
}