
@import "plugins/plugins.css";

div.searchoverlay {
	top:0px;
	left:0px;
	width:0px;
	padding: 10px 10px 30px;
	margin: 5px;
	border: 2px solid #bbb;
	background-color: #eceef5;
	z-index: 1001;
	text-align:left;
	position:absolute;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	min-height:200px;
}

div#searchshadow {
	z-index: 98;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

div.searchoverlay h2 {
	color: #000;
}

div.searchmore {
	right:10px;
	bottom:10px;
	position: absolute;
}

div.art-vmenublockcontent-body input.mod-search-small {
	width: 125px;
}
