.jquery-checkbox {
	display: inline;
	font-size: 12px;
	line-height: 18px;
	cursor: pointer;
	cursor: hand;
}
.jquery-checkbox .mark {
	display: inline;
}
.jquery-checkbox img {
	vertical-align: middle;
	width: 13px;
	height: 13px;
}
.jquery-checkbox img {
	background: url('../media/images/dec/checkbox.png') no-repeat;
}
.jquery-checkbox img {
	background-position: 0 0;
}
.jquery-checkbox-checked img {
	background-position: 0 100%;
}
