.ez-hide {
	opacity: 0;
	filter: alpha(opacity=0);
}
.ez-checkbox {
	background: transparent url(../images/checkout/checkbox.png) 0 0px no-repeat;
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-right: 8px;
}
.ez-radio {
	background: transparent url(../images/checkout/radio.png) 0 0px no-repeat;
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 8px;
}
.ez-checked {
	background-position: 0 -19px;
}
.ez-selected {
	background-position: 0 -21px;
}
.ez-checkbox, .ez-radio {
	zoom: 1;
	*display: inline;
	_height: 30px;
}
div.ez-selected + label, div.ez-checked + label {
	color: #ff7800;
	font-weight: bold;
}
.ez-checkbox input[type="checkbox"] {
	cursor: pointer;
	width: 19px !important;
	height: 18px !important;
}
.ez-radio input[type="radio"] {
	cursor: pointer;
	width: 19px !important;
	height: 19px !important;
}
