.jquery-checkbox img {
	vertical-align: middle;
	width: 12px;
	height: 12px;
}
.jquery-checkbox img { background: url(../../../img/icons.png) 0 -61px no-repeat; }

.jquery-checkbox-checked img { background-position: -12px -61px; }

.jquery-radio-buttons img {
	width:10px;
	height:10px;
}

.jquery-radio-buttons img {
	background: url(../../../img/icons.png) 0 -103px no-repeat;
}

.jquery-radio-buttons-checked img {
	background-position: -10px -103px;
}
