html, body {
	background: transparent;	
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	padding: 0;
	margin: 0;
}

form {
	display: block;
	background: url("https://newjerseylandscapenjassoc.wliinc20.com/external/wcpages/site-search/images/hershey-search-input.png") no-repeat center left;
	width: 165px;
	height: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#wli-search-input {
	display: inline-block;
	background: transparent;
	color: #999999;
	font-size: 12px;
	width: 143px;
	height: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	padding: 5px !important;
	font-family: 'Open Sans', sans-serif;
	float: left;
}


#wli-search-submit {
	display: inline-block;
	vertical-align: top;
	color: transparent;	
	width: 21px;
	height: 28px;
	background: url("https://newjerseylandscapenjassoc.wliinc20.com/external/wcpages/site-search/images/hershey-search-submit.png") no-repeat center right;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	padding: 0;
	margin: 1px 0px 0px 0px;
	position: relative;
}