span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.gif) no-repeat;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/radio.gif) no-repeat;
	float:left;
}
span.select {
	position: absolute;
	width: 300px; 
	height: 24px;
	padding: 0 24px 0 8px;
	color: #333;
	font: 12px/24px arial,sans-serif;
	background: url(images/select.gif) no-repeat;
	overflow: hidden;
}

.select-tuition span.select { width:188px; background-image:url(images/select-small.gif); }