div#debugwin {
	position: fixed;
	width: 500px;
	height: 300px;
	top: 0;
	left: 500px;
}

div#dialogwin {
	position: fixed;
	width: 500px;
	height: 100px;
	margin-top: 25%;
	margin-left: 25%;
}

div#message {
	background: #0c3;
}

div#warning {
	background: #fc3;
}

div#error {
	background: #f33;
}

div.list .active a {
	color: #ff0;
	font-weight: bold;
}

div.list a.i-face {
	font-weight: bold;
	margin-top: -3px;
}

div.flat_block {
	width: 200px;
	height: 200px;
	border: 1px solid #ccc;
	margin: 1px;
	overflow: auto;
}

