div#searchBox {
	height: 60px;
	width: 700px;
	border-top: solid #999 1px;
	border-bottom: solid #999 1px;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
}

div#search {
	height: 40px;
	width: 700px;
	clear: both;
}

.search {
	border: 1px solid #999;
	height: 16px;
	float: left;
	position: absolute;
	font-size: 95%;	
}

#keywords {
	width: 205px;
	}

#type {
	width: 190px;
	left: 230px;
}

#vintage {
	width: 90px;
	left: 435px;
}

#low {
	width: 40px;
	left: 595px;
}

#high {
	width: 40px;
	left: 540px;
}

.searchNames {
	height: 17px;
	width: 700px;
	font-size: 9px;
	text-transform: uppercase;
	color: #333;
}

#keywordsName {
	float: left;
	}

#typeName {
	float:left;
	left: 230px;
	position: absolute;
}

#vintageName {
	float:left;
	left: 435px;
	position: absolute;
}

#lowName {
	float:left;
	left: 595px;
	position: absolute;
}

#highName {
	float:left;
	left: 540px;
	position: absolute;
}
.searchButton {
	left: 650px;
	position: absolute;
	width: 41px;
	height: 18px;
}
