@CHARSET "ISO-8859-1";

/**** Debug Layout ***********************************************************/

.debug {
	font-size: 11px;
	line-height: 13px;
	color: #716F64;
	background-color: #ECE9D8;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px;
	margin-top: 5px;
}

.debug fieldset {
	border: 1px solid #000000;
	padding: 5px;
}
.debug legend {
	font-weight: bold;
	color: #000000;
}
.debug fieldset div {
	margin: 0px;
}
