div.search-form {
	width:192px;
	height:40px;
	background:#58c213;
}
div.search-form form {
	padding:0px;
	margin:0px;
}
div.search-form input.search_text {
	width:150px;
	height:20px;
	border:none;
	background:#fff;
	font-size:12px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color:#bcbcbc;
	margin:7px 0 0 8px;
	float:left;
	display:inline;
}
div.search-form input.search_button {
	background:#58c213 url('images/find.gif') no-repeat center center;
	border:none;
	width:25px;
	height:25px;
	cursor:pointer;
	margin:7px 0 0 6px;
	float:left;
	display:inline;
}