<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{title}</title>
<style type="text/css">
body{
    background-color: #d3d7cf;
    color: #2e3436;
    font-family: Verdana, Geneva, sans-serif;
}

#container {
    padding: 1em;
    border: 1px solid #729fcf;
    border-radius: 1em;
    background-color: #eeeeec;
	margin: 1em auto;
    box-shadow: 0.3em 0.3em 1em #555753;
}
#error, #desc {
    padding: 1em;
    border-bottom: 1px #729fcf solid;
}
#errCode{
    padding: 1em;
}
</style>
</head>
<body>
<div id="container"> 
  <h3 id="error">{error}</h3>
  <p id="desc">{desc}</p>
  <small id="errCode">{errorCode}</small>
</div>
</body>
</html>
