label {
	line-height: 20px;
	padding-bottom: 4px;
	display: block;
	cursor: pointer;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.checkbox input {
	margin-right: 5px;
}

.radio input {
	margin-right: 5px;
}

.checkbox {
	padding-left: 30px;
}

.radio {
	padding-left: 30px;
}

.radio {
	background: url("/img/radio-off.png") no-repeat;
}

.checkbox {
	background: url("/img/check-off.png") no-repeat;
}

label.c_on {
	background: url("/img/check-on.png") no-repeat;
}

label.r_on {
	background: url("/img/radio-on.png") no-repeat;
}

.checkbox input {
	left: -9999px;
	position: absolute;
}

.radio input {
	left: -9999px;
	position: absolute;
}