.favicon {
vertical-align: middle;
display: inline-block;
}


.MultiBoxContainer {
	position: absolute;
	border: 1px solid #e6e6e6;
	padding: 10px;
	background-color: #fff;
	
	z-index: 100000000;
	text-align: left;

	
	/*display: none;overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../img/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 400px;
	height: 400px;
	/*overflow: hidden;*/
	
}

.MultiBoxClose {
	position: absolute;
	top: -6px;
	right: -6px;
	background: url(../img/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

