﻿body, form, html
{
	margin:0;
	padding:0;
	/*font:12px Arial, Helvetica, FreeSans, sans-serif;*/
}
.google-search
{
  height: 27px;
  overflow: hidden;
  width: 265px;
  float: right;
}

.gsc-input-box table {
	height:100%;
	padding-left:5px !Important;
}

.gsc-clear-button
{
	display:none;
}

input.gsc-input
{
	background: #FFFFFF !important;
}

html .gstl_50{
	padding:0;
	border-spacing:0;
	position:static!important;
}
html table.gsc-search-box{
	margin:0;
	height:26px;
}
html .gsc-search-box-tools .gsc-search-box .gsc-input,
html .gsib_a,
html table.gsc-search-box td.gsc-input{
	padding:0;
}
html input.gsc-input{
	width: 136px;
	border: 1px solid #B4B3B3!important;
	float: left;
	margin: -4px 0 0 0;
	padding: 2px;
	color: #706E6D;
	font-size: 12px;
	background: #FFF !important;
	float:right;

}

html td.gsc-search-button{
	width: 32px;
	height: 26px;
	overflow:hidden;
}
	html td.gsc-search-button input,
	html td.gsc-search-button input:hover {
		background-image: url(https://www.logicbricks.com/images/navig/shared/search-button.gif);
		background-color:#E8E9E9;
		background-repeat:no-repeat;
		width: 32px!important;
		height: 26px!important;
		border: none;
		cursor: pointer;
		float: right;
		padding:0!important;
		margin:1px 0 0 0!important;
		overflow: hidden;
		font-size: 0;
	}
	
	.google-search-results td.gsc-search-button input,
	.google-search-results td.gsc-search-button input:hover
	{
		background-color:#fff;
	}