﻿.jquery-checkbox {
	height: 22px;
	cursor: pointer;
	cursor: hand;
	
	clear:both
}
.jquery-checkbox .mark {
	display: inline;
}
.jquery-checkbox img {
	vertical-align: middle;
	height: 22px;
	margin:0 5px
}
.jquery-checkbox img {
	background: transparent url(/images/checkboxd.gif) no-repeat;
}
.jquery-checkbox img {
	background-position: 0px -44px;
}
.jquery-checkbox-hover img {
	background-position: 0px -24px;
}
.jquery-checkbox-checked img {
	background-position: 0px -4px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -4px;
}
.jquery-checkbox-disabled img {
	background-position: 0px -22px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img {
	background-position: 0px -100px;
}

