/* Checkboxes */
div.check, div.checked {
	cursor: pointer;
	padding-left:13px;
	background-position: left center !important;
	background-repeat:no-repeat !important;
	background-color:transparent !important;
}

div.check input, div.checked input {
	position:absolute;
	left:-10000em;
	top:-10000em;
}

.check_big div.check, .check_big div.checked {
	padding-left:16px !important;
}

div.check {
	background-image: url(kv.gif) !important;
}
div.checked {
	background-image: url(kvok.gif) !important;
}

.check_big div.check {
	background-image: url(kv_big.gif) !important;
}
.check_big div.checked {
	background-image: url(kvok_big.gif) !important;
}

 
