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