.jquery-checkbox img{
	background: transparent url('../jquery/checkbox/check.png') no-repeat;
}
.jquery-radiobox img{
	background: transparent url('../jquery/checkbox/radio.png') no-repeat;
}

.jquery-checkbox,
.jquery-radiobox
{
	display: inline;
	font-size: 25px;
	line-height: 25px;
	cursor: pointer;
	cursor: hand;
}
.jquery-checkbox .mark,
.jquery-radiobox .mark
{
	display: inline;
}

.jquery-checkbox img,
.jquery-radiobox img
{
	vertical-align: middle; width: 25px; height: 25px;
}

.jquery-checkbox img,
.jquery-radiobox img
{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img,
.jquery-radiobox-hover img
{
	background-position: 0px -25px;
}
.jquery-checkbox-checked img,
.jquery-radiobox-checked img
{
	background-position: 0px -50px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img,
.jquery-radiobox-checked .jquery-radiobox-hover img
{
	background-position: 0px -75px;
}

.jquery-checkbox-disabled img,
.jquery-radiobox-disabled img
{
	background-position: 0px -100px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img,
.jquery-radiobox-checked .jquery-radiobox-disabled img
{
	background-position: 0px -125px;
}
