.checkbox, .radio {
	width: 30px;
	height: 30px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 149px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 20px;
	padding: 5px 24px 5px 13px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url(../images/selectbox.png) no-repeat;
	overflow: hidden;
}