
/*	CSS for www.noviafinland.fi/menesty	*/
/*	Novia Finland Oy 2009				*/

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

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../jscript/jq_overlay_images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:25px;
	width:25px;
}

div.overlay h1,div.overlay h2,div.overlay h3,div.overlay h4{
color:#f58220;
}

div.overlay p, div.overlay a{
color:#000000;
font-size:14px;
}

/* the overlayed element */
div.overlaymap {
	
	/* growing background image */
	/*background-image:url(../jscript/jq_overlay_images/overlay_bg.png);*/
	
	/* dimensions after the growing animation finishes  */
	width:550px;
	height:333px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	/*padding:30px 55px 30px 55px;*/
}

/* default close button positioned on upper right corner */
div.overlaymap div.close {
	background-image:url(../jscript/jq_overlay_images/close.png);
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	height:25px;
	width:25px;
}
