@charset "UTF-8";
/* CSS Document */

#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.100;
	opacity:0.100;
	filter: alpha(opacity = 100);
	overflow: auto;
}
.jwbox_hidden {
	display: none;
	position: fixed;
	border: 16px none white;
	background-color: white;
	z-index:1002;
	overflow: hidden;
	background-position:right bottom;
}
.jwbox_content{
}