/* Quick Search / Topic Browse */

#searchWrapper {
	float: right;
	width: 387px;
	height: 76px;
}

#quickSearch, #topicBrowse {
	width: 387px;
	height: 21px !important;
}

#quickSearch {
	margin-top: 20px;
}

#topicBrowse {
	margin-top: 10px;
}

#quickSearch label, #topicBrowse label {
	display: block;
	float: left;
	clear: left;
	text-align: right;
	width: 100px;
	height: 20px;
	padding: 0;
	margin-right: 6px;
}

#quickSearch label {
	margin-top: 3px;
}

#topicBrowse label {
	margin-top: 2px;
}

#quickSearch #qsQuery, #topicBrowse select {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	margin: 0 1px 0 0 !important;
}

#quickSearch #qsQuery {
	width: 218px;
	height: 18px;
}

#topicBrowse select {
	width: 220px;
	height: 20px;
}

#qsQueryButton, #topicBrowse input.button {
	width: 56px;
	height: 20px;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Firefox-specific stuff for search text box */
#quickSearch #qsQuery {
	position: relative;
	top: 2px;
}

/* Firefox-specific stuff for search text box */
#topicBrowse select {
	position: relative;
	top: 1px;
}

/* Firefox-specific stuff for input buttons */
#qsQueryButton, #topicBrowse input.button {
	padding-bottom: 2px !important;
	position: relative;
	top: 3px;
}

/* Undo Firefox-specific settings for MSIE8, Opera, Safari, Chrome (see also ie8fixes.css) */
@media screen and (min-width:0) {
	#quickSearch #qsQuery, #topicBrowse select {
		position: static;
		top: 0;
	}
	#qsQueryButton, #topicBrowse input.button {
		position: static;
		top: 0;
		padding-bottom: 0 !important;
		float: right; /* MSIE8, Opera and Safari need this */
	}
}
