/* Movie search popup — layout in content_top_bar.css */
@media only screen and (max-width: 700px) {
	#criteriaBox {
		width: 100%;
		height: 100%;
		overflow: auto;
		left: 0 !important;
		top: 0 !important;
	}

	#txtMovieSearch_Keywords {
		font-size: 1em !important;
	}

	#movieTag_search {
		height: auto;
	}

	div.searchTagContainer {
		width: 100%;
		min-height: 48px;
	}

	div.searchTagContainer label:first-of-type {
		width: 70%;
		display: inline-block;
		position: relative;
		left: 0;
		font-size: 0.9em;
	}

	div.searchTagContainer label:last-of-type {
		width: 70%;
		display: block;
		position: relative;
		left: 20px;
		margin-top: 2px;
		font-size: 0.9em;
	}
}
