
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../img/overlay/login-box.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:320px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:14px;
}

.login_overlay {
	width: 320px !important;
	background-image:url(../img/overlay/login-box.png) !important;
}

.apple_overlay li {
	list-style-type: none;
	font-size: 13px;
	color: #4b5a52;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}

.apple_overlay ul {
	margin: 0;
	padding: 0;
}


.apple_overlay h2 {
	margin: 0;
	padding-top: 75px;
}
.apple_overlay input {
	padding: 2px;
}
.apple_overlay label {
	float: left;
	width: 105px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

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