#search_1 {
	width: 175px !important;
	right: 100px !important;
	top: 50%;
	margin-top: -17px;
}

#search_1 input {
	border: 1px solid #e3e2e2 !important;
	color: #535353 !important;
}

#search_1 input::-webkit-input-placeholder { color: #e3e2e2 !important; }
#search_1 input:-moz-placeholder { color: #e3e2e2 !important; }
#search_1 input::-moz-placeholder { color: #e3e2e2 !important; }
#search_1 input:-ms-input-placeholder { color: #e3e2e2 !important; }

#search_1 button {
	
	position: absolute;
	/*font-size: 14px;*/
	right: 9px;
	top: 9px;
	background: transparent !important;
}
#search_1 button .fa {
	color: #e3e2e2 !important;
}