.checkbox, .radio {
	width: 81px;
	height: 34px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio2.gif) no-repeat;
}
