.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(img/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(img/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: 21px;
	color: #336;
	font-family:"Myriad Pro",arial,sans-serif;
	font-size: 8pt;
	background: url(img/select.gif) no-repeat right;
	overflow: hidden;
}