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

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

.jquery-checkbox-eye img {
	background-position: 0px 0px;
}
.jquery-checkbox-eye-hover img {
	background-position: -16px 0px;
}
.jquery-checkbox-eye-checked .jquery-checkbox-eye img {
	background-position: 0px -16px;
}
.jquery-checkbox-eye-checked .jquery-checkbox-eye-hover img {
	background-position: -16px -16px;
}
.jquery-checkbox-eye-disabled img {
	background-position: 0px -32px;
}
.jquery-checkbox-eye-checked .jquery-checkbox-eye-disabled img{
	background-position: 0px -48px;
}

/*
 * smaller version
 */
.jquery-checkbox-eye14 {display: inline;}
.jquery-checkbox-eye14-box {display: inline; font-size: 14px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-checkbox-eye14 .mark {display: inline;}

.jquery-checkbox-eye14 img {vertical-align: middle; width: 14px; height: 16px;}
.jquery-checkbox-eye14 img {background: transparent url(/images/jquery/jquery.checkbox-eye.red.png) no-repeat;}

.jquery-checkbox-eye14 img {
	background-position: -1px -1px;
}
.jquery-checkbox-eye14-hover img {
	background-position: -17px -1px;
}
.jquery-checkbox-eye14-checked .jquery-checkbox-eye14 img {
	background-position: -1px -17px;
}
.jquery-checkbox-eye14-checked .jquery-checkbox-eye14-hover img {
	background-position: -17px -17px;
}
.jquery-checkbox-eye14-disabled img {
	background-position: -1px -33px;
}
.jquery-checkbox-eye14-checked .jquery-checkbox-eye14-disabled img{
	background-position: -1px -49px;
}
