#debugclose {
  background-color:#F6FD9F;
	border-width: thin;
	border-color: #000000;
  padding:5px;
  position:absolute;
  top:1px;
  left:-500px;
  z-index:2000;
}

#debug {
	background-color: #F6FD9F;
	border-width: thin;
	border-color: #000000;
	padding: 5px;
	position: absolute;
	top: 1px;
	left: -500px;
	z-index:2000;
}