input,
textarea {
	font-family: 'Source Sans Pro', ​sans-serif;
	border-radius: 3px;
	border: solid 1px #7e7e7e;
	background-color: #fff;
	padding: 2px;
	color: #7e7e7e;
	font-size: 14px;
}

input[type="submit"] {
	background-color: #6f2281;
	-webkit-appearance: none;
	position: -webkit-sticky;
    color: #fff;
    border: none;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

::-moz-focus-inner {border:0;}

.text form.search {
	margin-bottom: 22px;
}

.text form.search input.text {
	border-radius: 3px;
	border: solid 1px #7e7e7e;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-image: url(/img/search.svg);
	background-position: 6px 50%;
	font-size: 18px;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 300px;
}

.text form.search input.button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 18px;
	border: solid 1px #6f2281;
	min-width: 100px;
}

body ul.search.results {
	margin-left: 0;
}

.search.results li {
	padding-left: 0;
	margin-bottom: 22px;
	list-style-type: none;
}