.MultiBoxContainer {
	position: absolute;
	border: 3px solid #003366;
	background-color: #FFFFFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}


.MultiBoxClose {
	position: absolute;
	top: 0px;
	right: -24px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


