
#debug-panel {
	border:solid 1px blue; 
	background-color:#FFFFFF; 
	position:absolute;
	display:none;
	top:0px; 
	left:0px; 
	padding: 0px;
	width:460px; 
	height:580px; 
	overflow:hidden; 
	z-index:999999;
	-webkit-border-radius:8px 8px 8px 8px; 
		-moz-border-radius:8px 8px 8px 8px; 
			border-radius:8px 8px 8px 8px; 
}

#debug-panel .title {
	background-color:#CCCCCC;
	width:100%;
	height:20px;
	text-indent:6px;
	border-bottom:solid 1px #666666;
}

#debug-panel .title .close-button {
	width:16px;
	height:16px;
	margin:2px 2px 0 0;
	position:relative;
	float:right;
	cursor:pointer;
	background-image:url(../image/icon-close.png)
}

#debug-panel .title .title-nm {
	cursor:pointer;
}

#debug-panel .nu-debug {
	padding:2px;
	overflow:auto;
} 