
#fast_search:after{display: table;line-height: 0;content: "";clear: both;}
#fast_search{background: #FFCC00;height: auto;position: relative;width: 100%;margin-bottom:6px;}
#fast_search #search_form{margin: 0;padding: 5px;}
#fast_search input#fast_q, #fasts_result{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
#fast_search input#fast_q{
	width: 100%;
	padding: 3px 3px 3px 26px;
	background: url("/templates/default/images/icons/search-glyph.png") no-repeat 5px center #FFFFFF;
	box-shadow: 1px 1px 2px #CBCBCB inset;
	border: 1px solid #CBCBCB;
	margin-right: 1%;
	height: 30px;
}
#fasts_result{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #FFF;
	border: #FFCC00 5px solid;
	padding: 10px;
	width: inherit;
	z-index: 111
}