/* CSS for changing placeholder color on search input box */
			
#gsc-i-id1::-webkit-input-placeholder
{ 
	/* Chrome */
	color: darkblue;
}

#gsc-i-id1:-ms-input-placeholder
{ 
	/* IE 10+ */
	color: darkblue;
}

#gsc-i-id1::-moz-placeholder
{ 
	/* Firefox 19+ */
	color: darkblue;
	opacity: 1;
}

#gsc-i-id1:-moz-placeholder
{ 
	/* Firefox 4 - 18 */
	color: darkblue;
	opacity: 1;
}

#search-box
{
	width: 280px;
	height: 40px;
	margin: 10px 10px 30px 10px;
	background-color: none;
	border-radius: 5px;
	overflow: hidden;
}
.gsc-search-box 
{
	padding:0px !important;
	width: 280px;
	height: 46px;
	margin: 0px !important;
	background-color: none;
	border-radius: 5px;
	overflow: hidden;
}

#gsc-i-id1
{
	color: #2d2402;
}
#___gcse_0
{
}

button.gsc-search-button
{
	padding: 8px 12px !important;
	background-color: #c67300 !important;
}
input.gsc-input
{
	padding: 0 6px 0 0 !important;
	margin: 0 !important;
	background: #af907b !important;
}
.gsc-input-box {
	border: 0px solid #dfe1e5 !important;
	border-radius: 6px;
	background: #af907b !important;
}
.gsc-control-cse {
    padding: 10px 0px !important;
	border-color: #3e281e !important;
    background-color: #3e281e !important;
}

.gsib_b {
	padding: 1px 10px 1px 4px !important;
}
