span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 0 0 0;
	background: url(/gfx/2010/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 19px;
	padding: 0 5px 0 0;
	background: url(/gfx/2010/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 121px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	padding: 4px 0 0 16px;
	background: url(/gfx/2010/n/select.gif) no-repeat;
	overflow: hidden;
}

