dl {
	border: 1px solid #999;
	background-color: #DDD;
	margin:12px;
	margin-top:2px;
	padding:8px;
	-moz-border-radius: 8px 15px;
	-webkit-border-radius: 8px 15px;
font-size: 80%;
}
dt {
	font-weight: bold;
	background-color: #ccc;
	padding:3px;
	padding-left:6px;
	-moz-border-radius: 3px 6px;
	-webkit-border-radius: 3px 6px;
	margin-top: 6px;
}
dd {
	margin-left:30px;
}
h3 {
	font-weight:bold;
	font: 95% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: green;
}
pre {
	font-family: "Courier New", sans-serif;
}
.notok {
	background-color: #f1e2e2;
}
.block {
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}