.checkbox, .radio {
	width: 22px;
	height: 25px;
	padding: 5px 15px 0px 8px;
	background: url(../images/checkbox.gif) no-repeat;
	display: inline;
}
.radio {
	background: url(../images/radio.png) no-repeat;
	width: 22px;
	height: 25px;
	display: inline;
}
