
/* @group Google */
#google-input {
	background:transparent none repeat scroll 0%;
	border:0pt none;
	height:15px;
	margin-left:48px;
	margin-top:15px;
	padding-left:4px;
	width:190px;
}

.results {
	position: absolute;
	padding: 0;
	margin: 0;
	background: #fff;
	text-align: left;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: rgba(255, 255, 255, 0.92);
}

#other-search {
	border-top: 1px solid #ddd;
}

.results li {
	list-style: none;
	padding: 7px 12px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	line-height: 1.2;
}

.results div {
		color: #555;
	font-size: 11px;
}

.results li.first {
	border-top: 0;
	font-size:80%;
	padding:4px 12px;
	text-align: right;
}

.results li.last {
	border-bottom: 0;
}

.results a.result-title {
	display: block;
	margin-bottom: 5px;
	text-decoration:underline;
	color:#6B7B95;
}

.results a.result-title:hover {
	color:#E79D35;
}

li#powered-by-google {
	text-align: right;
}

#google-search-results{
	z-index:10000;
	position: absolute; top: 48px; left: 2px;
}

#google-search-box{
	position:relative
}

/* @end */