#jwbox_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #A79CB8;
	z-index:1001;
	zoom: 1;
	-moz-opacity: 1.0;
	opacity:1.0;
	filter: alpha(opacity = 100);
	overflow: auto;
}
.jwbox_hidden {
	display: none;
	position: fixed;
	background-color: #000;
	z-index:1002;
	padding: 5px;
	overflow: hidden;
	background-image:url('/images/closelabel.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
}