/**
 * search.css
 * Search specific styles
 *
 * @author       Lewis Howles
 * @date         2010-07-13
 * @lastmodified 2010-07-13
 * @site         Reeds Rains Cream
 */

#search-area {
	clear:left;
	color:#000;
	float:left;
	width:515px;
}

#search {
	font-size:10pt;
	margin:0 auto;
	width:440px;
}

#search li {
	float:left;
	margin-right:10px;
	width:206px;
}

#search li.full {
	clear:left;
	margin-right:0;
	width:100%;
}

#search li.full input.text {
	width:416px;
}

#search li.full select {
	width:422px;
}

#search .submit {
	margin-top:16px;
	width:100%;
}

#map-area {
	float:right;
	width:378px;
}
