<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 	

.checkbox, .radio {
	width: 20px;
	height: 17px;
	
	padding:0 1px;
	background: url(images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
	margin:0;
}
.radio {
	background: url(images/radio.gif) no-repeat;
}
.select {
	
	position: absolute;
	width: 176px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	padding: 3px 24px 0 8px; 
	background: url(images/select.gif) no-repeat;
	overflow: hidden;
	font-size:12px;
	font-family:arial;
}
</pre></body></html>