		span.select, a.select {
		   	position: absolute;
			clear:both;
		   	width: 168px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
		   	height: 28px;
		   	padding: 4px 24px 0 8px;
		   	color: #333333;
		   	font: 12px/21px arial,sans-serif;
		   	background: url(../images/selectbg.png) no-repeat;
			overflow: hidden;
			text-decoration:none;
		}
		a.date {
		   	background: url(../images/selectbg_date.png) no-repeat;			
		}
		span.select option {
			color:#333333;
		}
		div.submitimg {
			position:relative;
			clear:both;
			margin: 24px 24px 0 8px;
		}