/* the overlayed element */
div.searchquery_overlay {

	/* growing background image */
	background:url(../global_gfx/white.png) #fff;

	/* dimensions after the growing animation finishes */
	width:340px;


	/* initially overlay is hidden */
	display:none;

	/* some padding to layout nested elements nicely */
	padding:55px;
}
}

/* default close button positioned on upper right corner */
div.close {
	background:url(/fileadmin/templates/global_gfx/remove.png) center center no-repeat;
	position:absolute;
	right:8px;
	top:8px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index:10000;
}

.asmList{

}