/*
 * $Id$
 */

/* Undo some Firefox-specific styles for MSIE8, Opera, Safari, Chrome (copied from quick-search.css) */
#quickSearch #qsQuery, #topicBrowse select {
	position: static;
	top: 0;
}
#qsQueryButton, #topicBrowse input.button {
	position: static;
	top: 0;
	padding-bottom: 0 !important;
	float: right;
}
