/* the overlayed element */
div.overlay, div.overlay2 {
	
	/* growing background image */
	/* background-image:url(http://static.flowplayer.org/img/overlay/white.png);*/
	background-image: url(../_images/overlaybgrnd.gif);
	
	/* dimensions after the growing animation finishes  */
	width:480px;
	height:300px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding: 15px 35px;
}

/* default close button positioned on upper right corner */
div.overlay div.close, div.overlay2 div.close {
	/* background-image:url(http://static.flowplayer.org/img/overlay/close.png); */
	background-image: url(../_images/close.gif);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:14px;
	width:14px;
}

div.overlay p, div.overlay2 p {
	font-size: 74%;
	line-height: 150%;
	color: #666;
	}
	
div.overlay p.green, div.overlay2 p.green {
	color: #76b333;
	font-size: 90%;
	}	
	
	
.mba {
	float: left;
	display: inline;
	width: 233px;
	height: 127px;
	margin: 0 12px 0 0;
	}
	
.mba a {
	background: url(../_images/mbbox.gif) no-repeat;
	display: block;
	width: 233px;
	height: 127px;
	text-indent: -9999px;
	}
	
.phd {
	float: left;
	width: 233px;
	height: 127px;
	}
	
.phd a {
	background: url(../_images/phdbox.gif) no-repeat;
	display: block;
	width: 233px;
	height: 127px;
	text-indent: -9999px;
	}	
	
.yes_foreign {
	float: left;
	display: inline;
	width: 233px;
	height: 127px;
	margin: 0 12px 0 0;
	}
	
.yes_foreign a {
	background: url(../_images/yes_foreign.gif) no-repeat;
	display: block;
	width: 233px;
	height: 127px;
	text-indent: -9999px;
	}
	
.no_foreign {
	float: left;
	width: 233px;
	height: 127px;
	}
	
.no_foreign a {
	background: url(../_images/no_foreign.gif) no-repeat;
	display: block;
	width: 233px;
	height: 127px;
	text-indent: -9999px;
	}	
	
#mbaschoolselector h2 {
	padding-top: 0px;
	font-size: 28pt;
	}		
		





