

/* get rid of those system borders being generated for A tags */
/* a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
} */


/* the overlayed element */
.apple_overlay {
	display:none;
	background-image:url(../images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	padding:35px;
	font-size:11px;
}

/* default close button positioned on upper right corner */
/* .apple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
} */


	#overlay {
		background-image:url(../images/white.png);
		color:#58585A;
		height:530px;
		position:relative;
	}

	.apple_overlay .close {
		background-image:url(../images/blank.gif);
		cursor:pointer;
		height:35px;
		position:absolute;
		right:30px;
		top:23px;
		width:35px;
	}
	div.contentWrap {
		height:521px;
		overflow:hidden;
	}
