
/* Standalone CSS for overlay used on signup.php   */

/* get rid of those system borders being generated for a tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


.white_overlay-395x270-header {
	
	display:none;  /* initially overlay is hidden */
	
	background-image:url(standalone_overlay_images/white_overlay-395x270-header.png);
	
	width:395px;
	height: 270px;		
	
	font-size:11px;
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
}


.bare-overlay {
	
	display:none;  /* initially overlay is hidden */
	
	background-image:url(standalone_overlay_images/white_overlay-395x270-header.png);
	
	width:395px;
	height: 270px;		
	
	font-size:11px;
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
}


/* the overlayed element */
.white_overlay-656x526 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(standalone_overlay_images/white_overlay-656x526.png);

	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:630px;
	height:500px;		
	
	/* some padding to layout nested elements nicely  */
	padding:12px;

	/* a little styling */	
	font-size:11px;

	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;

	z-index: 900; 
}



/* the overlayed element */
.white_overlay-656x600 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(standalone_overlay_images/white_overlay-656x600.png);

	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:656px;
	height:600px;		
	
	/* some padding to layout nested elements nicely  */
	padding:12px;

	/* a little styling */	
	font-size:11px;

	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;

	z-index: 500;
}

.white_overlay-656x600 .close {
	
	background-image:url(/images/cancel-30x30.png);
	position:absolute; left: 615px; bottom: 555px;
	cursor:pointer;
	height: 30px;
	width:  30px;
	z-index: 501;
	
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	/* background-image:url(standalone_overlay_images/signup-overlay-continue.jpg); */
	
	/*
	position:absolute; left: 250px; bottom: -80px;
	cursor:pointer;
	height: 50px;
	width:  230px;
	*/

}



/* the overlayed element */
.apple_overlay {
	
	margin: 0 auto; 
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(standalone_overlay_images/white_overlay-395x270-header.png);

	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:10px;

	/* a little styling */	
	font-size:11px;

	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;


}
