#sidebar {
	background-color: #4c2805;
	margin: 0 auto;
	padding: 15px;
	width: 300px;
}

form#searchform {
	height: 85px;
	position: relative;
	width: 300px;
}

form#searchform label {
	background: url(images/search-label.gif) no-repeat 0 0;
	display: block;
	height: 15px;
	margin: 0 0 30px;
	text-indent: -9999px;
	width: 65px;
}

form#searchform input#s {
	background: url(images/input.gif) no-repeat 0 0;
	color: #b2b2b2;
	font: 1.125em Arial, Helvetica, sans-serif;
	height: 32px;
	padding: 8px 115px 0 40px;
	width: 145px;
}

form#searchform input#s:focus {
	color: #4c2805;
}

form#searchform input#searchsubmit {
	position: absolute;
	right: 0;
	top: 45px;
}

.focus {
	background: url(images/input.gif) no-repeat 0 -40px !important;
}
