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