/* Use the Vertex CSS */
@import "vertex.css";

/*JuhoP's additions start:*/

/*TarjaK changed the bottom gradient color*/
.wh_search_input {
	background-image: linear-gradient(to bottom right, #f8b41a, #f7a510);
	background-color: #f8b41a;
}

.wh_main_page .wh_search_input {
	background-image: linear-gradient(to bottom right, #f8b41a, #f7a510);
	background-color: #f8b41a;
}

/*JuhoP's additions end.*/