.select {
	position: absolute;
	width: 183px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 28px;
	padding: 10px 0 0 10px;
	font-size:12px; line-height:16px; font-family:Arial, Helvetica, sans-serif; color:#acacac; 
	background:url(../images/select_box.jpg) no-repeat;
	overflow: hidden;
	display:block;	
	border:1px solid #dddbda; border-radius:5px; behavior:url(PIE.htc);
}
