
label {
	padding-left: 20px;
	background: url(false.png) no-repeat;
	cursor: pointer;
	color: #FFFFFF;
}
label.checked {
	background: url(true.png) no-repeat;
	color: #000000;
}
label.over {
	color: #000000;
}
