/* the overlayed element */
.apple_overlay {
	/* initially overlay is hidden */
	display:none;
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:550px;
	/* a little styling */	
	font-size:11px;
	background-image: url(../calendar/white.png);
	height: 500px;
	padding: 35px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(../calendar/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#tree {
	height: 350px;
	width: 300px;
	position: absolute;
	float: left;
	margin-left: -10px;
}
#title {
	margin-left: 125px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #062D53;
	font-weight: bolder;
}
#dates {
	margin-left: 125px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F00;
}