<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search-box {
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: none;
	float: left;
	vertical-align: middle;
	height: 29px;
}

.search-button {
	background-color: transparent;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-image: url('../images/search-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 29px;
	width: 21px;
	border-left: none;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: block;
	float: left;
}

input.search-button {
	height: 31px;
}
</pre></body></html>