
	/* hide the fields we dont want to display in the search control */
	#searchBox .gsc-branding, #searchBox .gsc-clear-button, #searchBox .gsc-search-button
	{
		display : none;
	}

	/* control the border of the search input box */
	#searchBox .gsc-input .gsc-input
	{
		margin-left : 10px;
		width : 175px;
		border : none;
		color : #ABABAB;
		font-size : 13px;
	}

	/* style the container for the results */
	#resultBox
	{
		width      : 200px;
		position   : absolute;
		top        : 15px;
		right      : 0px;
		background : none;
		opacity    : .9;
	}

	/* style the result root */
	#resultBox .gsc-resultsRoot
	{
		border : none;
	}

	/* hide the unwanted result items */
	#resultBox .gs-visibleUrl-short, #resultBox .gs-visibleUrl #resultBox .gsc-resultsbox-visible, #resultBox .gsc-cursor-box, #resultBox .gsc-more-results
	{
		display : none;
	}

	/* style the result title */
	#resultBox .gs-title .gs-title
	{
		color : #444444;
		font-size : 14px;
	}

	/* style the result body */
	#resultBox .gs-snippet
	{
		color : #555555;
		font-size : 11px;
	}