span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/form/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0px 0;
	background: url(images/form/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	margin-top:1px;
	width: 72px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 23px;
	padding: 2px 24px 0 4px;
	color: #333;
	font: 12px/21px arial,sans-serif;
	background: url(images/form/select_small.gif) no-repeat;
	overflow: hidden;
}
.search-input{

}
