.radio {
	height: 16px;
	width: 16px;
	background: url("/js/custom-radio-checkbox/radio_xeo.png");
	background-repeat:no-repeat;
	cursor: default;
	
	float:left;
}
.radioset {
	padding-top:4px;
	}
	.radioset label {
		float:left;
		padding:0 20px 0 5px;
	}

.checkbox,
.checkbox_disabled {
	height: 16px;
	width: 16px;
	background: url("/js/custom-radio-checkbox/checkbox_xeo.png") no-repeat;
	cursor: default;
	text-align:left;
}
.checkbox_disabled {
	background-position:0 -100px;
}

.checkbox input,
.checkbox_disabled input,
.radio input {
	width:auto !important;
}

.js .checkbox input,
.js .checkbox_disabled input,
.js .radio input {
	display: none;
}
.checkbox input.show,
.radio input.show {
	display: inline;
}
.selected {
	background-position: 0 -52px;
}
.block {
	width: 50%;
	float: left;
}

