/* =search */
#search {
	float: left;
	height: 48px;
	margin: 0 0 0 35px;
	padding: 5px 18px 0 11px;
	text-transform: uppercase;
	width: 224px;
}
	#search label {
		color: #fff;
		display: block;
		font-size: 9px;
	}
	#search input {
		background: none;
		border: none;
		margin: 6px 0 0 5px;
		padding: 0;
		width: 180px;
	}
	.sbutt {
		background: url(../img/search_butt.gif) no-repeat 0 0;
		color: #78aece;
		display: block;
		float: right;
		height: 22px;
		margin: 18px 0 0;
		text-indent: -10000px;
		width: 23px;
	}
	a.sbutt:hover {
		background-position: 0 100%;
	}
/* /search */