html, body {
	padding: 0px;
	margin: 0px;
}
div.jsOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

div.jsPanel {
	background-color:#FFFFFF;
	border: solid 1px #B9B8B8;	
	position: absolute;
	z-index: 100;
}

div.jsPanel div.header {
	color: #000000;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
	padding: 3px 10px;
	margin: 0px;
	background: #CCCCCC;
	border-bottom: solid 1px #B9B8B8;		
}

div.jsPanel div.content {
	padding: 5px;
}

