@import url(http://fonts.googleapis.com/css?family=Open+Sans);

* {
	outline: none;
	-webkit-appearance: none;
}

html {
	font-family: Open Sans;
}

#searchBar, #extraBar, #searchButton, .categories, #categoriesOverlay {
	font-family: inherit;
}

#searchButton, #categoriesOverlay {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.07));
	border: solid 1px rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.3);
}

#searchButton:hover, #categoriesOverlay:hover {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.02));
}