#jwboxAdvancedSearch_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:998;
	zoom: 1;
	-moz-opacity: 0.5;
	opacity:0.50;
	filter: alpha(opacity = 50);
	overflow: auto;
}
.jwboxAdvancedSearch_hidden {
	display: none;
	position: fixed;
	background-color: white;
	z-index:999;
	overflow: hidden;
}
.jwboxAdvancedSearch_content{
    zoom:1;
}
#btnCloseAdvancedSearch {
    width:15px;
    height:15px;
    background-image:url('/images/global/transparentCloseButton.png');
    backgrojnd-repeat:no-repeat;
    position:absolute;
    z-index:999;
}
#jwbox_AdvancedSearch {
position:inline;
}

#jwboxVideo_background, #jwboxNotice_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:998;
	zoom: 1;
	-moz-opacity: 0.5;
	opacity:0.50;
	filter: alpha(opacity = 50);
	overflow: auto;
}
.jwbox_hidden, .jwbox_notice_hidden {
	display: none;
	position: fixed;
	background-color: white;
	z-index:999;
	overflow: hidden;
}
.jwbox_content, .jwbox_notice_content{
}
.btnCloseVideo, .btnClose {
    width:15px;
    height:15px;
    background-image:url('/images/global/transparentCloseButton.png');
    backgrojnd-repeat:no-repeat;
    position:absolute;
    z-index:999;
}
#jwbox_Video {
position:inline;
}
