#form {padding:0; margin:0;}

#form1 select {font: 11px/17px arial,sans-serif; color:#6a6456;}
.select {
	position: absolute;
	margin-top:3px;
	width: 85px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 17px;
	padding: 0 24px 0 6px;
	color: #6a6456;
	font: 11px/17px arial,sans-serif;
	background: url(select.png) no-repeat;
	overflow: hidden;
}
#form1 span.text {
	display:inline-block;
	height:17px;
	color: #6a6456;
	font: 11px/17px arial,sans-serif;
	padding:0 10px;
}
