#jwbox_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index:1001;
	zoom: 1;
	-moz-opacity: 0.8;
	opacity:0.80;
	filter: alpha(opacity = 80);
	overflow: auto;
}

.jwbox_hidden {
	display: none;
	position: absolute;
	padding: 20px;
	background-color: #717172;
	z-index:1002;
}

.jwbox_content h2 {
  color: yellow;
  font-family: "museo-sans-1", "museo-sans-2", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 6px;
}

.jwbox_content p {
  font-family: "museo-sans-1", "museo-sans-2", Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  color: white;
}

#jwbox_close {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 30px;
	height: 30px;
	background-image: url('/images/fancybox/fancy_close.png');
	cursor: pointer;
	z-index: 1103;
}

