body {
}

#page-debug {
    width: 400px;
	font-size: 0.78em;
	text-align: center;
	background: #FDFDFB;
	padding: 5px;
	border: 1px #CCC solid;
	position: absolute;
	top: 2px;
	margin: 15px 0 0 287px;
	opacity: 0.6;
	filter: alpha(opacity=60);
    border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    
    display: none;
}

#page-debug ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#page-debug ul li {
	display: inline;
	padding-right: 10px;
}