<?
header('Content-type: text/css');
?>

	.gsc-search-box {
	}
		.gsc-input input {
		}
		.gsc-search-button input {
		}
	.gsc-branding {
		display: none;
	}

	.resultsbox-visible {
	}

.gsc-result{
	float: left;
	margin-top: 15px;
}

.gsc-result.gsc-webResult {		/* this is a single item */
	width: 469px;
}
	.gs-webResult {				/* description */
		line-height: 19px;
	}
	.gs-result {
		text-decoration: none;
		border: 0px;
	}
		div.gs-title {			/* title TD */
			text-decoration: none;
			border: 0px;
		}
			a.gs-title, a.gs-title:link, a.gs-title:hover, a.gs-title:visited, a.gs-title:active {	/* title href */
				margin: 0;
				padding: 0;
				padding-top: 5px;
				font-size: 16px;
				color: #D30068;
			}
			
			a.gs-title:hover{
				text-decoration: underline;
			}
			
			a.gs-title:link b, a.gs-title:hover b, a.gs-title:visited b, a.gs-title:active b {	/* title href */
				color: #D30068;
			}
		div.gs-snippet {
		}

		.gs-webResult div.gs-visibleUrl.gs-visibleUrl-long {
			color: #D30068;
			display : block;
		}
		.gs-webResult div.gs-visibleUrl.gs-visibleUrl-short {
			color: #D30068;
			display : none;
		}

.gs-result .gs-title {
	height: 19px;
}
.gs-result .gs-title,
.gs-result .gs-title * {
  text-decoration: none;
}

.gsc-control .gsc-results .gsc-trailing-more-results,
.gsc-control .gsc-results .gsc-trailing-more-results * {
	display:none;
}

gsc-cursor-page gsc-cursor-current-page:before { content:"Pagina";}

.gsc-resultsHeader
{
	display: none;
}

#topSearchTextField2
{
	margin-bottom: 20px;
}

#searchContainer{
	float: left;
	padding-bottom: 20px;
}
