span.select {
	position: absolute;
	padding: 5px 24px 0 8px;
	width: 250px; /* With the padding included, the width is 180 pixels: the actual width of the image. */
	height: 36px;
	line-height:36px;
	color: #FFFFFF;
	background: url('../images/search_select_bg.png') no-repeat;
	overflow: hidden;
	font-weight:bold;
	font-family:Arial, Verdana, sans-serif;
	font: 12px/21px arial,sans-serif;
}

span.select2 {
	position: absolute;
	padding: 5px 24px 0 8px;
	width: 130px; /* With the padding included, the width is 180 pixels: the actual width of the image. */
	height: 36px;
	line-height:36px;
	color: #716558;
	background: url('../Images/MediumSelectBack.png') no-repeat;
	overflow: hidden;
	font-weight:bold;
	font-family:Arial, Verdana, sans-serif;
	font: 12px/21px arial,sans-serif;
}

span.select3 {
	position: absolute;
	padding: 5px 24px 0 8px;
	width: 85px; /* With the padding included, the width is 180 pixels: the actual width of the image. */
	height: 36px;
	line-height:36px;
	color: #716558;
	background: url('../Images/SmallSelectBack.png') no-repeat;
	overflow: hidden;
	font-weight:bold;
	font-family:Arial, Verdana, sans-serif;
	font: 12px/21px arial,sans-serif;
}