
.select {
	position: absolute;
	width: auto; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 15px 0 8px;
	background: url(../images/select.png) no-repeat right 8px;
	overflow: hidden;
    left: 0;

}
