.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 100px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 20px;
	padding: 0 24px 0 8px;
	margin-right:20px;
	margin-top:5px;
	font: 15px/21px 'NewLetterGothicTT',arial,sans-serif;
	background: url(/images/select.png) no-repeat;
	overflow: hidden;
}