form#searchform{
	position:relative;
	width:180px;
	margin-left:2px;
	height:45px;
}

form#searchform input#s{
	width:110px;
	font-size:11px;
	height:12px;
	border-top:4px solid #fff;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	text-indent:3px;
	position:absolute;
	top:3px;
	left:0px;
} 

form#searchform input#searchsubmit{
	background:url(images/search_btn.jpg) top;
	width:63px;
	height:24px;
	border:0px;
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0px;
}

form#searchform input#searchsubmit:hover{
	background:url(images/search_btn.jpg) bottom;
}

form#searchform label{
	font-size:11px;
	text-align:center;
}