span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/share/images/site/elements/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/share/images/site/elements/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 96px;
	height: 27px;
	padding: 0px 22px 0 8px;
	color: #fff;
	font-size: 12px;
	font-family: Georgia, Arial,sans-serif;
	background: url(/share/images/site/elements/select.gif) no-repeat;
	overflow: hidden;
	color: #535042;
	text-align: left;
	line-height: 27px;
}
span.select-small {
	position: absolute;
	width: 25px;
	height: 27px;
	padding: 0 22px 0 8px;
	color: #fff;
	font-size: 12px;
	font-family: Georgia, Arial,sans-serif;
	background: url(/share/images/site/elements/select-small.gif) 0 0 no-repeat;
	overflow: hidden;
	color: #535042;
	text-align: left;
	line-height: 27px;
}
