.custom-form .checkbox, .custom-form .radio {
	width: 22px;
	height: 22px;
	padding: 0 0 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
	margin:0;
}
.custom-form .radio {
	background: url(../images/radio.png) no-repeat;
}
