span.checkbox {
	background: transparent url(/images/form/checkbox.png) 0 0 no-repeat;
	clear: left;
	display: block;
	float: left;
	height: 25px;
	padding: 0 5px 0 0;
	width: 19px;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/images/form/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select,
.admin.events span.select {
	background: transparent url(/images/form/select.png) 0 -2px no-repeat;
	color: #666;
	font: 12px/21px Helvetica,Arial,sans-serif;
	height: 24px;
	margin-top: 0px;
	overflow: hidden;
	padding: 0 24px 0 8px;
	position: absolute;
	width: 54px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
}
.admin span.select {
	background: transparent url(/images/form/select_lg.png) 0 -2px no-repeat;
	color: #666;
	font: 12px/21px Helvetica,Arial,sans-serif;
	height: 24px;
	margin-top: 0px;
	overflow: hidden;
	padding: 0 24px 0 8px;
	position: absolute;
	width: 200px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
}
