/* --------------------------------------------------------------------------------------------------- 
18 Overlay frameworkd styles
---------------------------------------------------------------------------------------------------- */

body {
	background: #fff;
}
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}
/* use a semi-transparent image for the overlay */
#overlay {
		/*background-image:url(../images/transparent-overlay.png);
		height:440px;*/	
		color:#333;
	}
/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
		height:434px;
		overflow-y:auto;
		overflow-x:hidden; 
		width:560px;
	}
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:560px;		
	/* some padding to layout nested elements nicely  */
	padding:35px;
	/* a little styling 	
	font-size:11px;*/
}
/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/close-overlay.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}























/* ---------------------------------------------
copyright 2011 - Capita Registrars Ltd.
Authored by - Nick Hillman Mar 11
----------------------------------------------*/


