label.checkbox span.holder{
	height:42px;
	background:url(img/checkbox.gif) 0 0px no-repeat;
}
label.radio span.holder{
	height:42px;
	background:url(img/radio.gif) 0 0px no-repeat;
}
label.checkbox:hover span.holder,label.radio:hover span.holder{
	top:-14px !important;
}
label.checked span.holder,label.checked span.holder,label.checked:hover span.holder,label.checked:hover span.holder{
	top:-28px !important;
}
label.list{
	float:left;
	clear:left;
	margin:0 0 2px 0;
	line-height:normal
}
label.inline{
	float:left;
	margin:0 20px 0 0;
}
input.hiddenCheckbox{
	position:absolute;
	left:-10000px;
}
label.prettyCheckbox span.holderWrap{
	display:block;
	float:left;
	position:relative;
	margin-right:6px;
	overflow:hidden;
}
label.prettyCheckbox span.holder{
	display:block;
	position:absolute;
	top:0;
	left:0;
}
label.prettyCheckbox .r-name{
	display:inline-block;
	margin-top:-2px;
}