#jwbox_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1003;
	zoom: 1;
	-moz-opacity: 0.6;
	opacity:0.60;
	filter: alpha(opacity = 60);
	overflow: auto;
	background-image:url('/_images/closelabel2.gif');
	cursor: pointer;
	background-position:top right;
	background-repeat:no-repeat;
}
.jwbox_hidden {
	display: none;
	position: fixed;
	padding: 16px 16px 25px 16px;
	border: 16px solid white;
	background-color: white;
	z-index:1004;
	overflow: hidden;
	background-image:url('/_images/closelabel2.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
}
.jwbox_content{
}
