﻿#content {
	width: 888px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px 10px 20px;
}

#main {
	float: left;
	width: 508px;
	padding: 0 6px;
	text-align: left;
}

.search {
	padding: 10px 0 0 72px;
	float: left;
}

.search .inputbox {
	background: transparent url(../images/search_field.jpg) top center no-repeat;
	width: 140px;
	height: 16px;
	font-size: 10px;
	color: #666;
	padding: 1px 2px;
	border: none;
}

.search .button {
	background: transparent url(../images/searchbut.jpg) top center no-repeat;
	width: 51px;
	height: 16px;
	color: #453f33;
	border: none;
	padding: 0 4px;
	margin: 0 0 0 4px;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px;
}