.rad {
	height: 25px;
	width: 19px;
	clear:left;
	float:left;
	margin: 0 0 3px;
	padding: 0 0 0 26px;
	background: url("../images/radio.png");
	background-repeat:no-repeat;
	cursor: default;
}

.checkbox input,.rad input {
	display: none;
}
.checkbox input.show,.rad input.show {
	display: inline;
}
.selected {
	background-position: 0 -52px;
}
.block {
	width: 50%;

}

.rad label {
	padding-left:10px;

	text-align:left;
}