#searchbox2 {
	width:320px;
	height:32px;
	display:block;
	float:left;
	margin-top:16px;
	padding:14px 20px;
}

#searchform {
	background:url(img/search.png) top left no-repeat;
	width:300px;
	height:34px;
	margin:1em 0 1.5em;
}

#searchform:hover {background-position:bottom left;}

#searchinput {
	color:#555;
	background:none !important;
	border:none;
	height:20px;
	width:200px;
	padding:8px 0 5px 8px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#searchsubmit {
	background:none;
	border:none;
	height:34px;
	width:90px;
	cursor:pointer;
}

