#searchform input[type="submit"] {

	}

.twitter-typeahead {
	width:100%;
	}

.twitter-typeahead * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
.tt-dropdown-menu:before {
	 content: 'Results:';
	 display: block;
	 line-height: 20px;
	 padding: 8px 10px 5px 10px;
	 color: #706D6F;
}
.tt-query,
.tt-hint {
	border: 1px solid #ccc;
	background-color: #fff;
	outline:none;
	height: 37px;
	width: 100%;
	font-size: 16px;
	z-index: 2;
	padding: 0 10px;
	border-radius:0;
	-webkit-appearance:none;
	}

.tt-hint {
	color: #999
	}

.tt-dropdown-menu {
	width: 100%;


	background:#fff;
	border: 1px solid #ccc;


	text-shadow: none;
	}

	.tt-dropdown-menu p {
		margin:0;
		line-height:20px;
		}

	.tt-dropdown-menu a {
		color:#706D6F;
		padding: 7px 10px 3px 10px;
		display: block;
		text-decoration: none !important;
}
		.tt-dropdown-menu a strong{
			background:#ffffcc;
			font-weight: normal;
		}

.tt-dropdown-menu a:before{
	content:'';
	width:12px;
	height:12px;
	margin-right:8px;
	vertical-align: baseline;
	display: inline-block;
	background:url('/wp-content/themes/fusion360/img/icon_blog.png') no-repeat center center;
}
.tt-dropdown-menu a:hover{
	background:#ffffcc;
}

.tt-suggestion {
	}



	.tt-suggestion.tt-is-under-cursor a {

		}

.tt-suggestion p {
	margin: 0;
	}

/* rtl support */
.twitter-typeahead.tt-rtl {
	direction: rtl;
	}

.twitter-typeahead.tt-rtl .tt-dropdown-menu {
	left: auto;
	right: 0;
	}
