﻿form.gsc-search-box,
table.gsc-search-box{
	margin-bottom:0;
}
form.gsc-search-box{
	display: table;
	width: 250px;
	background: #EBEBEB;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.gsst_b{
	padding:0;
}
.gsib_a{
	padding:0 10px;
	padding-left:40px;
}
.gsst_a{
	padding: 0;
	vertical-align: middle;
	line-height: 1em;
	margin-top: -3px;
}
.gsst_a .gscb_a,
.gsst_a:hover .gscb_a, 
.gsst_a:focus .gscb_a {
	font-family: 'Open Sans', sans-serif;
	color: #999;
	display: block;
	font-size: 32px;
	font-weight:300;
}
.gsc-input, 
.gsc-input-box, 
.gsc-input-box-hover, 
.gsc-input-box-focus {
	border:none;
	box-shadow:none;
	height:100%;
	background-color:transparent !important;
	margin:0 !important;
}
input.gsc-search-button,
input.gsc-search-button:hover, 
input.gsc-search-button:focus{
	padding:0;
	margin:0;
	border:0;
	border-radius:0;
	background-color:transparent;
	cursor: pointer;
	text-indent: -9999px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity:0;
	position:absolute;
	left:250px;	
	top:7px;
	width: 100%;
	height: 100%
}
td.gsc-search-button {
	position: absolute;
	left: 250px;
	top: 7px;
	bottom: 0;
	background-image: url(/img/search.png);
	background-repeat:no-repeat;
	background-position:center;
	width:40px;
	height:40px;
	background-size:16px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
	font-family: 'Noto Sans', sans-serif;
	padding-right:10px;
	height:40px !important;
	line-height: 1em;
	color: #777;
	font-size: 14px;
	background:none !important;
	text-indent:0 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input::-webkit-input-placeholder {
	opacity:1;
}
.gsc-search-box-tools .gsc-search-box .gsc-input::-moz-placeholder {
	opacity:1;
}
.gsc-search-box-tools .gsc-search-box .gsc-input:-ms-input-placeholder {
	opacity:1;
}
.gsc-search-box-tools .gsc-search-box .gsc-input:-moz-placeholder {
	opacity:1;
}
/*Google custom search*/
        #nav_translate, #nav_search {
            display: none;
        }

            #nav_translate a {
                display: inline;
            }

        #googleSearch {
            color: #000000;
        }

        .searchdiv {
            max-width: 350px;
            margin: auto;
            text-align: left;
            font-size: 14.5px;
        }

        div.cse .gsc-control-cse, div.gsc-control-cse {
            background-color: transparent;
            border: none;
            padding-left: 20px;
            margin: 0px;
        }

        td.gsc-search-button input.gsc-search-button {
            background-color: #555555;
            border-color: #555555;
        }

        input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
            box-sizing: content-box;
            line-height: normal;
        }

        .gsc-tabsArea div {
            overflow: visible;
        }

        .gsst_a .gscb_a {
            margin-top: 3px;
        }
        /********/


