.epws_searchForm_area{
	width:100%;
}
.epws_search_form{
	background-color: #fff;
	display: inline-block;
	padding: 20px 25px;
	-webkit-box-shadow: 0 0 5px #0000001a;
	        box-shadow: 0 0 5px #0000001a;
	margin-top: 20px;
	
}
.epws_search_form strong{
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.epws_search_form input{
	width: 330px;
	padding: 10px 20px;
	height: 45px;
	font-size:15px;
	font-weight:600;
	color:#000;
}
.epws_search_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  opacity:0.5;
}
.epws_search_form input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity:0.5;
}
.epws_search_form input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
  opacity:0.5;
}
.epws_search_form input:-moz-placeholder { /* Firefox 18- */
  color: #333;
  opacity:0.5;
}