

.MultiBoxContainer {

	position: absolute;

	border: 1px solid #e6e6e6;

	padding: 10px;

	background-color: #fff;

	display: none;

	z-index: 100000000;

	text-align: right;
	

	/*overflow: hidden;*/

}



.MultiBoxLoading {

	background: url(../img/loader.gif) no-repeat center;

}



.MultiBoxContent {

	position: relative;

	width: 600px;

	height: 500px;

	/*overflow: hidden;*/

	

}



.MultiBoxClose {

	position: absolute;

	top: -6px;

	right: -6px;

	background: url(../img/close.png) no-repeat;

	width: 24px;

	height: 24px;

	cursor: pointer;

}


