
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	top:60px;
	left:60px;
	border: 15px solid #996699;
	background-color: #FFF;
	display: none;
	z-index: 2;
	/*overflow: hidden;*/
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -15px;
	right: -16px;
	background:  url(../img/close2.png) no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
}