#search_box_2 {
	width:260px;
	}
.search_input_3 {
	float:left;
	display:block;
	width:180px;
	height:40px;
	line-height:40px;
	background:#FFFFFF;
	outline:none;
	border:none;
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	text-indent:10px;
	font-size: 14px;
	border-radius:6px 0 0 6px;
	overflow: hidden;
	}
.inputText_normal {
	color:#6e6e6e;
	background:#eeeeee;
	}
.search_sub_3 { 
    cursor: pointer;
    height:40px;
    width:80px;
    margin-left: 0;
	border:none;
    text-align:center;
    background: #378e70;
	border-radius:0 6px 6px 0px;
	color:#FFFFFF;
	overflow:hidden;
  }
@media (any-hover: hover) {
.search_sub_3:hover { 
    cursor: pointer;
    background: #2f8366;
	color:#fff;
	overflow:hidden;
  }
}
@media screen and (max-width: 850px) {
#search_box_2 {
	width:0px;
	display: none;
	}
}