#calform input {
	position: absolute;
	left: -999em;
}
#calform label {
	height: 22px;
	background: transparent url(/wp-content/themes/debaser/img/unchecked.png) 0 -5px no-repeat;
	padding-left: 22px;
}
#calform label.checked {
	background-image: url(/wp-content/themes/debaser/img/checked.png);
}
div.cal-list {
	display: none;
}