body {
	font: 0.8em/21px arial,sans-serif;
}

.checkbox, .radio {
	width: 19px;
	height: 20px;
	padding: 0 7px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
	margin-top:-2px;
}
.radio {
	background: url(radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 140px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 22px;
	padding: 4px 29px 0 8px;
	color: #666;
	font: 12px/21px arial,sans-serif;
	background: url(bg_select.png) no-repeat;
	overflow: hidden;
}
select.styled {
	width:175px;
	}