.desktop .widget{
	overflow: visible !important;
}

#google-search #resultbox{
	position: absolute;
	width: 300px;
	height: 150px;
	background: #FFF;
	border: 1px solid #e9e9e9;
	padding: 2px;
	z-index: 2000;
	display: none;
	left: 15px;
	top: 88px;
}

#google-search #resultbox-inner{
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}

#google-search #resultbox-inner ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 100%;
	height: auto;
	border-top: 0;
	overflow: visible;
	font-weight: bold;
}

#google-search #resultbox-inner ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
#resultbox-inner ul li a {
	display: block;
	color: #222;
	text-decoration: none;
	padding: 5px;
}
#google-search #resultbox-inner ul li.selected a{
	background: #eee;
}

#google-search #resultbox-inner ul li a:hover{
	background: #ddd;
}
#google-search #g-top-bar{
	width: 100%;
	padding: 0 0 2px 0;
}
#google-search #google-content{
	position: absolute;
	top: 35px;
	left: 15px;
	width: 330px;
	height: 130px;
}
#google-search span.g-nav{
	font-family: arial,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #777;
	font-weight: normal;
	margin-right: 0.5em;
	cursor: pointer;
}
#google-search span.g-nav:hover{
	color: #222;
}
#google-search span.g-nav.active{
	border-bottom: 2px solid #dd4b39;
	color: #dd4b39;
	font-weight: bold;
	text-decoration: none;
}

#google-search .glogo{
	position: absolute;
	top: 5px;
	left: 50%;
	height: 48px;
	width: 120px;
	margin-left: -60px;
}
#google-search #glogo{
	background: url('//static02.symbaloo.com/widgets/26/images/google-logo.png') 0 0 no-repeat;
}
#google-search #glogo-images{
	background: url('//static02.symbaloo.com/widgets/26/images/google-logo-images.png') 0 0 no-repeat;
}
#google-search #glogo-maps{
	background: url('//static02.symbaloo.com/widgets/26/images/google-logo-maps.png') 0 0 no-repeat;

}

#google-search .g-input{
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border: 1px solid rgb(126, 157, 185);
	font-family: arial, sans-serif;
	padding: 2px 3px;
	height: 26px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
}
#google-search #g-search{
	font-size: 16px;
	width: 234px;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -150px;
	-webkit-user-select: auto;
	
}

#google-search #g-submit{
	background: #4285f4 url('//cdn01.symbaloo.com/static/img/search/search_btn.png') no-repeat;
	background-position: center center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4387fd,endColorstr=#4683ea,GradientType=1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 0 14px !important;
	height: 32px;
	border: 1px hidden #4285f4;
	margin: 0;
	font-size: 10px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	width: 60px;
	position: absolute;
	z-index: 1;
	text-indent: -99999em;

	position: absolute;
    right: 13px;
    top: 55px;
}

#google-search #g-submit:hover{
	border-color: #2f5bb7;
	background-color: #2f5bb7;
}


.searchmod-src{
	display: block;
}
.searchmod-src-hidden{
	display: none;
}

#oldsearchform, #newsearchform{
	display: none;
}

#oldsearchform.active, #newsearchform.active{
	display: block;
}

input[name=q]{
	-webkit-user-select: none;
}