.searchArea {
	background: #f0f0f0;
	padding: 30px 50px;
	text-align: center;
}
.searchArea>form {
	max-width: 600px;
	display: inline-block;
}

.searchArea>form > label.pps.pps_button {
    position: absolute;
    width: auto;
    z-index: 2;
    margin-top: 0px;
    top: 2px;
    right: 2px;
}

.searchArea>form > label.pps.pps_button > input {
    width: 40px;
    height: calc(100% - 4px);
    min-height: 100%;
    overflow: hidden;
    border-radius: 0;
    border-width: 0;
    position: relative;
    display: block;
    padding: 0;
}

.searchArea>form > label.pps.pps_button:after {
	content: '\f002';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #000;
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 250%;
}