#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.75;
	opacity:0.75;
	filter:alpha(opacity=75);
	overflow: auto;
}
.jwbox_hidden {
	cursor: pointer;
	display: none;
	position: fixed;
	padding: 20px;
	z-index: 1002;
	background-color: #000;
}
.jwbox_close {
	text-indent: -9999px;
	display: block;
	position: absolute;
	top:-16px;
	right:-16px;
	cursor:pointer;
	border: 0;
	background: url(jquery.jwbox.png);
	width: 32px;
	height: 32px;
}
