
.checkbox, .checkbox_active, .checkbox_disabled, .checkbox_disabled_selected, .checkbox_selected {
	background-image: url('/classes/Layout/Images/checkbox.png');
	background-repeat: no-repeat;
	display: -moz-inline-block;
	display: inline-block;
	height: 38px;
	vertical-align: -8px;
	width: 29px;
}
.checkbox {
	background-position: 0 0;
}
.checkbox_active {
	background-position: 0 -38px;
}
.checkbox_disabled {
	background-position: 0 -114px;
	cursor: not-allowed;
}
.checkbox_disabled_selected {
	background-position: 0 -152px;
	cursor: not-allowed;
}
.checkbox_selected {
	background-position: 0 -76px;
}
.radio, .radio_active, .radio_disabled, .radio_disabled_selected, .radio_selected {
	background-image: url('/classes/Layout/Images/radio.png');
	background-repeat: no-repeat;
	display: -moz-inline-block;
	display: inline-block;
	height: 38px;
	vertical-align: -8px;
	width: 29px;
}
.radio {
	background-position: 0 0;
}
.radio_active {
	background-position: 0 -38px;
}
.radio_disabled {
	background-position: 0 -114px;
	cursor: not-allowed;
}
.radio_disabled_selected {
	background-position: 0 -152px;
	cursor: not-allowed;
}
.radio_selected {
	background-position: 0 -76px;
}
.checkbox a, .checkbox_active a, .checkbox_selected a, .radio a, .radio_active a, .radio_selected a {
	display: block;
	height: 18px;
	margin-top: 10px;
	width: 18px;
}
