.jquery-sony-checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-sony-checkbox .mark {display: inline;}

.jquery-sony-checkbox img {vertical-align: middle; width: 16px; height: 16px; border: 0; outline: none;}
.jquery-sony-checkbox img{background: transparent url(safari-checkbox.png) no-repeat;}

.jquery-sony-checkbox img{
	background-position: 0px 0px;
	 border: 0; outline: none;
}
.jquery-sony-checkbox-hover img{
	background-position: -16px 0px;
	 border: 0; outline: none;
}
.jquery-sony-checkbox-checked img{
	background-position: 0px -16px;
	 border: 0; outline: none;
}
.jquery-sony-checkbox-checked .jquery-sony-checkbox-hover img {
	background-position: -16px -16px;
	 border: 0; outline: none;
}

.jquery-sony-checkbox-disabled img{
	background-position: 0px -32px;
	 border: 0; outline: none;
}
.jquery-sony-checkbox-checked .jquery-sony-checkbox-disabled img{
	background-position: 0px -48px;
	 border: 0; outline: none;
}