body{
	margin:40px;
	font-family:Verdana;
	background:rgb(220,220,220);
}
h1{
	height:128px;
	padding-left:130px;
}
div{
	border:2px solid rgb(200,200,200);
	padding:20px;
	background:url(/resources/icon/8/8.is.png) rgb(240,240,240) right bottom no-repeat;	
}
div.error h1{
	background:url(/resources/icon/8/stop-error.png) no-repeat;
}
div.warning h1{
	background:url(/resources/icon/8/alert.png) no-repeat;
}
pre{
	border:2px solid rgb(200,200,200);
	padding:20px;
	font-size:11px;
	background:url(/resources/icon/8/8.is.png) rgb(240,240,240) right bottom no-repeat;	
}