.mt-search-widget:after {
	content:" ";
	clear:both;
	display:block;
	padding-bottom:1rem;
}
.mt-search-widget-field {
	background-color:#FFF;
	border-color:#D9D9D9;
	border-style:solid;
	border-width:1px 0 1px 1px;
	float:left;
	padding-left:0.5em;
	width:80%;
}
.mt-search-widget-field:focus {
	outline:0;
}
.mt-search-widget-button {
	background-color:#005188;
	border:0;
	color:#FFF;
	display:block;
	float:right;
	font-size:1.1em;
	width:20%;
}