.glossary-search-terms .search-form {
	position: relative;
}

.glossary-search-terms .search-form input[type="submit"] {
	position: absolute;
	top: 0;
	left: 67%;
	background-color: #222;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	transition: background 0.2s;
	float: left;
	display: inline-block;
	width: 33%;
	height: auto;
	font-weight: 300;
	text-transform: uppercase;
	border-radius: 0 4px 4px 0;
	line-height: 4.1;
	font-size: 12px;
	padding: 0;
}

.glossary-search-terms .search-form input[type="text"] {
	color: #666;
	background: #fff;
	padding: 0.7em;
	width: 67%;
	display: inline-block;
	float: left;
	border-radius: 4px 0 0 4px;
	border: 2px solid black;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 14px;
}
