
#search_box ,
#search_box *{
box-sizing:border-box;
}

#header_style_search #search_box {
	float: left;
	width: 366px;
	height: 20px;
	padding: 14px 0 0 20px;
	text-align: left;
	position: relative;
}

#search_box .search_box{
display:table;
	width:100%;
position: relative;
top: -11px;
}
#search_box .search_box .text,
#search_box  .search_box .btn{
	display:table-cell;
}
#search_box  .search_box .text{
 width:80%;
 vertical-align: middle;
 padding-right: 10px;
}

#search_box  .search_box .text input[type="text"]{
	width:100%;
	padding: 0.5em;
	border:solid 1px #cccccc;
}

#search_box .search_box .btn {
    width: 20%;
    height: 40px;
    background: none;
    border: none;
}

#search_box  .search_box .btn input[type="image"]{
	background:none !important;
	border:none !important;
	height:100%;

}

html .sug_element a:before {
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	border: solid 2px #cc3333;
	content: "";
	border-top: none;
	border-left: none;
	transform: rotate(-45deg);
	margin-right: 0.4em;
}

html .sug_list{
       z-index:10000!important;
       text-align:left !important;
	
}


html .sug_element:hover{
	font-weight:normal !important;
	background-color:rgba(255,122,122,0.5);
}


