/*Checkboxes*/
label.check {
	cursor:default;
}
.niceCheck-big input,
.niceCheck input {
	position:absolute;
	top:0;
	left:-9999px;
}
.niceCheck-big {
	position:relative;
	float:left;
	padding:0 0 0 24px;
	height:17px;
	line-height:17px;
	overflow: hidden;
	margin:0 11px 0 0;
	background: url(../images/checkbox.gif) no-repeat;
}
.sort-form .niceCheck {
	float:left;
	height:13px;
	overflow: hidden;
	margin:1px 11px 0 0;
	padding:0 0 0 20px;
	position:relative;
	background: url(../images/checkbox2.gif) no-repeat;
}