
#debug {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 80px;

	text-align: center;

	background-color: #DDDDDD;
	color: #000000;
	font-weight: bold;
	font-size: 0.8em;
	border: 1px solid #000000;

	opacity: 0.6;
}

#debug a:link, #debug a:visited {
	color: blue;
}

#debug img {
	cursor: pointer;
}

#debug div {
	background-color: red;
}

#debug div.ok {
	background-color: #00FF00;
}

* html #debug img {
	behavior: url("css/iepngfix.htc");
}
