#zuBoxMain {
	display: none;
	bottom: 0px;
	z-index: 8999;
	margin: 0px auto;
	width: 100%;
	min-width: 940px;
	position: auto;
	_position: absolute;

}

#zuBoxMain[id] {
	position: absolute;
}

#zuBoxOverlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8000;
	background-color: #fff;
	_background-color: none;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

#zuBoxOverlay[id] {
	position: fixed;
}

#zuBoxMain #zuBoxContent {
	display: block;
	width: 776px;
	#height: auto;
	margin: 0px auto;
	z-index: 9005;
}
