.jquery-checkbox
{
	display: inline; 
	/*line-height: 10px; */
	cursor: hand; 
	cursor: pointer;
}

.jquery-checkbox .mark 
{
	display: inline;
	margin-right: 3px;
}

.jquery-checkbox img
{
	background: transparent url(images/checkbox.png) no-repeat;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	display: inline;
}

.jquery-checkbox img
{
	background-position: 0px 0px;
}

label
{
	cursor: hand;
	cursor: pointer;
	vertical-align: bottom;
}

.jquery-checkbox-checked img
{
	background-position: 0px -10px;
}
