.checkbox {
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: url("/images/checkbox.gif") no-repeat 0 0;
	cursor: default;
        font-size: 11px;
}

.checkbox input, .checkbox_settings input {
	display: none;
}

.selected {
	background-position: 0 -52px;
}


.block {
	width: 50%;
	float: center;
}
.checkbox input.show, .checkbox_settings input.show {
	display: inline;
}
