
/*** Misc and one-off styles ***/


/* Disclaimer/Privacy styles */

#Disclaimer,  #Privacy {
	background:url(images/error/privacy.png) center 5px no-repeat;
	padding-top:210px;
}

table#DebugInfo {
	position:absolute;
	top:0; right:0;
	color:#555;
	background:#000;
	background:#fff;
	z-index:1000;
	font-size:smaller;
	border-collapse:collapse;
}

table#DebugInfo th,
table#DebugInfo td { border:1px solid #000; padding:2px 7px; }

table#DebugInfo th { text-align:right; }
table#DebugInfo td { text-align:left; }
