/* the overlayed element */
div.overlay {
	/* growing background image */
	background-image: url(/images/education/md-program/financial-aid/white.png);
	
	/* dimensions after the growing animation finishes  */
	width: 600px;
	height: 470px;           
	
	/* initially overlay is hidden */
	display: none;
	
	/* some padding to layout nested elements nicely  */
	padding: 55px;
}

div.overlay.large{
	/* growing background image */
	background-image: url(/images/education/md-program/financial-aid/white.png);
	
	/* dimensions after the growing animation finishes  */
	width: 625px;
	min-height: 470px !important;		
}

div.overlay.reg {
	/* growing background image */
	background-image: url(/images/education/md-program/financial-aid/white.png);
	
	/* dimensions after the growing animation finishes  */
	width: 600px;
	min-height: 470px;
	z-index: 1000;
}

div.overlay.small {
	/* growing background image */
	background-image: url(/images/education/md-program/financial-aid/white-small.png);
	
	/* dimensions after the growing animation finishes  */
	width: 500px;
	height: 250px !important;           
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image: url(/images/education/md-program/financial-aid/close.png);
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}


/* black */
div.overlay.black {
	background: url(/images/education/md-program/financial-aid/transparent.png) no-repeat !important;
	color: #fff;
}

/* petrol */
div.overlay.petrol {
	background: url(/images/education/md-program/financial-aid/white.png) no-repeat !important;
	color: #fff;
	width: 600px;
	min-height: 470px;
}

div.black h2, div.petrol h2 {
	color: #ddd;
}

/* override default settings */
div.overlay {
	width: 500px;		
	height: 250px;
}

div.overlay-reg {
	/* growing background image */
	/*background-image:url(/images/education/md-program/financial-aid/white.png);*/
	/* dimensions after the growing animation finishes  */
	width: 600px;
	height: 470px;
	/* initially overlay is hidden */
	display: none;
	/* some padding to layout nested elements nicely  */
	padding: 55px;
}