
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #FFF;
	background-color:#FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(http://www.eastern.edu/academic/ccgps/sms/fmba/images/loader.gif) no-repeat center;
}

.MultiBoxContent {
		background-color: #FFF;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(http://www.eastern.edu/academic/ccgps/sms/fmba/images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
}
.MultiBoxTitle {
	position: relative;
	float: left;
	text-align: left;
	font:24px Georgia, "Times New Roman", Times, serif;
	color:#333;
	text-decoration:none;
}
.MultiBoxNumber {
	display: none;
}

.MultiBoxDescription {
	display: none;
}



/*************************************************************/

