body {
	line-height: 21px;
	font-size: 0.8em;
}

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