
/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../img/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:700px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../img/close.png);
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	height:27px;
	width:27px;
}
#wrap-embedwiki-overlay {
	color:#222;
	text-align: left;
	height:461px;
	overflow-y:auto;
}
#wrap-embedwiki-overlay h2.embedwiki-title{
	font-size:2em;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: capitalize;
}
h2 span.editsection {
	display:nope;
}
