

.MultiBoxContainer {
	position: absolute;
	border: 5px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../../images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: 8px;
	right: 25px;
	background: url(../../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}




/*************************************************************/

