label.checkbox span.holder{
	height:67px;
	background:url(../img/prettyCheckboxes/chck_boxes.png) 0 -1px no-repeat;
	background:url(../img/prettyCheckboxes/chck_boxes.gif) 0 -1px no-repeat;
}

* html label.checkbox span.holder{
	background:url(../img/prettyCheckboxes/chck_boxes.gif) 0 -1px no-repeat;
}

label.radio span.holder{
	height:67px;
	background:url(../img/prettyCheckboxes/chck_boxes.png) 0 -1px no-repeat;
}

* html label.radio span.holder{
	background:url(../img/prettyCheckboxes/chck_boxes.gif) 0 -1px no-repeat;
}

label.checkbox:hover span.holder,label.radio:hover span.holder{
	top:-22px !important
}

label.checked span.holder,label.checked span.holder,label.checked:hover span.holder,label.checked:hover span.holder{
	top:-44px !important
}
label.list{
	float:left;
	/*clear:left;*/
	margin:0 0 0 0
}

label.inline{
	float:left;
	margin:0 10px 0 0
}

input.hiddenCheckbox{
	position:absolute;
	left:-10000px
}

label.prettyCheckbox span.holderWrap{
	display:block;
	float:right;
	position:relative;
	margin-left:5px;
	overflow:hidden
}

label.prettyCheckbox span.holder{
	display:block;
	position:absolute;
	top:0;left:0
}


