#exSearch {
	position: relative;
}
#searchFilter {
	position: absolute;
	top: 0;
	right: 0;
}
#search__input input.search {
    border: 2px solid #7f7f7f;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    text-indent: 16px;
    width: 70%;
}