#NoSearchResultsFound {
	display:none;
}

#SearchWrapper {
	width:500px;
	padding:0 20px 0 10px;
}

#SearchLoader {
	float:right;
	padding-right:20px;
}

#SearchControl .gsc-control {
	width:auto;
}

#SearchControl table.gsc-search-box {
	margin-bottom:15px;
}

#SearchControl form.gsc-search-box {
	width:400px;
}

.gsc-clear-button,
.gsc-keeper,
.gsc-resultsHeader,
.gsc-branding,
.gsc-trailing-more-results {
	display:none !important;
}

input.gsc-input {
	padding:1px 0px;
	font-family:Century Gothic;
	font-weight:bold;
	color:#0075BE;
	font-size:12pt;
}

td.gsc-search-button {
	background-image:url(../../../images/ButtonWrapperLeft.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 12px;
}

#SearchControl input.gsc-search-button {
	cursor:pointer;
	position:relative;
	top:-1px;
	height:22px;
	background-image:url(../../../images/ButtonWrapperRight.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	padding:0 14px 0px 0;
	border:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	color:#FFFFFF;
}

#SearchControl table.gsc-search-box td.gsc-input {
	padding-right:6px;
}

