.jwbox_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	zoom: 1;
	-moz-opacity: 0.8;
	opacity:0.80;
	filter: alpha(opacity = 80);
	overflow: auto;
}
.jwbox_hidden {
	display: none;
	position: fixed;
	padding:1em 1.3em 1.3em 1.3em;
	background-color: white;
	z-index:1002;
	overflow: hidden;

	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
	border-radius:0.4em;

	/*background-image:url('/content/images/jw/jwbox/closelabel.gif');
	background-position:bottom right;
	background-repeat:no-repeat;*/
}
.jwbox_hidden h2 {
	margin:-14px -18px 0.2em;
	font-size:16pt;
	padding-top:0.3em;
	padding-left:18px;
	padding-right:18px;
}
.jwbox_hidden:after {
	content:'x';
	position:absolute;
	top:0;
	right:0.2em;
	padding:0.2em 0.4em;
	color:#bbb;
	font:bold 12pt/1.3 Arial,Helvetica,sans-serif;
	cursor:pointer;
}
.jwbox_content {

}