
div.search_wrapper {
	width: 212px;
	padding-left: 50px;
	display:block;
}

.search_header {
	font-family: Times New Roman, Georgia, Arial, Verdana;
	font-size: 20px;
	color: #469c23;
	background: url(images/search_dot.gif) no-repeat left center;
	padding-left: 15px;
}
div.search_button_bg {
	float: left;
	background: url(images/search_go_button.gif) no-repeat top left;
}

input.search_input_bak {
	margin: 0px;
	padding: 0px;
	background:url(images/search_backgroundtext.gif) white no-repeat top left;
	border: #a9b4ce solid 1px;
	line-height: 24px;
	height: 24px;
	width: 130px;
	display: block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.search_input {
	margin: 0px;
	padding: 3px;
	background:url(images/search_backgroundtext.gif) white no-repeat top left;
	border: #a9b4ce solid 1px;
	height: 16px;
	width: 150px;
	display: block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



form {
	margin:0px;
	padding:0px;
}


a.search_button {
	height: 24px;
	display:block;
	width: 41px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: white;
	line-height:24px;
	text-decoration:none;
	text-align: center;
}
a:hover.search_button {
	color: #e5ffda;
}

