#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;
	/*-moz-border-radius-topright : 10px; 
    -webkit-border-radius-top-right: 10px; 
    border-top-right-radius: 10px;
    -moz-border-radius-topleft : 10px; 
    -webkit-border-radius-top-left: 10px; 
    border-top-left-radius: 10px;
    padding:20px 20px 20px 20px;
	background-color: white;
	z-index:99999999;
	overflow: hidden;
	background-image:url('/../../images/fancybox/close.png');
	background-position:right 20px;
	background-repeat:no-repeat;
	border-radius: 20px !important;*/
}
.jwbox_content
{
    height:360px;
    width:650px;
}

.jwbox
{
    background:transparent;
    margin:0px;
    padding:0px;
}