.select {
	position: absolute;
	float:left;
	width: 220px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 18px;
	padding: 0px;
	color: #5f5f5f;
	padding:3px 5px 0px 5px;
	background: url(../img/select.png) no-repeat;
	text-align:left;
	overflow: hidden;
	font-size:10px;
}
