
				/* Search and quicklinks */

.quick {
	width: 203px;
}
#auc_seek { /* the search form */
	width: 204px;
	margin-top: 10px;
	height: 1.3em;
}
.searchbox { /* the text entry box in the search form */
	width: 70%;
	margin-bottom: 1px;
	height: 1.3em;
	color: #777;
}
input.searchbox:focus {
	color: #333;
	background: #FFF;
}
.submit { /* the "Search" button in the search form */
	width: 26%;
}
