#debug{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	top: 0px; 
	background-color: white; 
	width: 500px; 
	height: 50%;
	right: 15px;
	top: 30px;
	border:1px solid black; 
	overflow: auto; 
	padding: 10px 10px 10px 10px;	
	position: absolute;
	z-index: 99;
	visibility: hidden;
}
.debug_link{
	font-family: verdana;
	font-size: 9px;
	color: #EC0078;	
}
#show_debug{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	position: absolute; 
	top: 15px; 
	right: 80px; 
	height: 15px; 
	visibility: visible;
	z-index: 4;
}
#hide_debug{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	position: absolute; 
	top: 15px; 
	right: 80px; 
	height: 15px; 
	visibility: hidden;
	z-index: 4;
}