/* GOOGLE SEARCH */
#searchcontrol {
	width: 170px;
}

#searchResults {
	position: absolute;
	top: 160px;
	right: 0;
	width: 375px;
	z-index: 999;
}

.gsc-expansionArea { /* use for google search results expanded by default */
	display: block !important;
}

.gsc-branding {
	display: none;
}

.gs-visibleUrl {
	display: none;
}

form.gsc-search-box {
	display: inline;
}

input.gsc-input {
	/*width: 85px !important;*/
}

input.gsc-search-button {
	font-size: 11px;
	border: 1px solid #ccc;
	background: #333;
	color: #eee;
	margin: 0 0 0 3px;
	height: 16px;
	cursor: pointer;
}

.gsc-resultsbox-visible {
	width: 375px;
	z-index: 999;
	text-align: left;
	padding: 20px;
	background: #fff;
	border: 5px solid #333;
}

.gsc-title {
	font: 600 16px/1.5em arial;
	color: #0778C0 !important;
}