.checkbox, .radio {
	height: 30px;
	width: 43px;
	background: #556270 url("img/checkbox.gif") no-repeat 0 0;
	cursor: default;
}
.checkbox input, .radio input {
	display: none;
}
.radio {
	background: #556270 url("img/radio.gif") no-repeat 0 0;
}
.selected {
	background-position: 0 -80px;
}


.block {
	width: 50%;
	float: left;
}
label {
	color: #fff;
	font: 1.2em/21px arial,sans-serif;
	display: inline;
}
.checkbox input.show, .radio input.show {
	display: inline;
}

