@charset "UTF-8";
/*
 * debugCommons.css
 *
 * [commons-web]
 * author		Marcel Jänicke
 * modified		-
 * since		23.08.2009
 * version		0.1
 */
.debug {
	background-color: #D0D0D0;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.debugError { border: 1px solid #C03200; }

.debugWarning { border: 1px solid #A47F00; }

.debugError, .debugWarning {
	margin-top: 5px;
	padding: 5px;
}