/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom checkbox styles */
.chk-area {
	border: 1px solid #afafad;
	margin: 0 6px 0 0;
	float: left;
	width: 18px;
	height: 18px;
}
.chk-checked {
	background:#388c92 url(../images/bg-checkbox.gif) no-repeat;
}
.chk-disabled {
	background: #eee;
}
.jcf-label-disabled {
	color: #ccc;
}
