div.jquery-checkbox-wrapper {
	position: relative;
	width: 30px;
	height: 30px;
	float:left;
	z-index: 50;
}

div.jquery-checkbox-wrapper a.jquery-checkbox {
	background: transparent url('images/sprites-sfa68604977.png') repeat scroll 0px 0px;
	display: block;
	width: 30px;
	height: 30px;
	cursor: default;
	outline: none;
}

div.jquery-checkbox-wrapper a.jquery-checkbox-on {
	background-position: -60px 0px;
}
div.jquery-checkbox-wrapper + input + label{
	float:left;
	height: 30px;
	line-height:30px;
}
div.jquery-checkbox-wrapper + input + label:after {content: "";clear: both;}
