@import "zero.css";

body{background:#eee;font-style:Arial;}
#cont{width:400px;height:240px;position:absolute;left:50%;top:50%;margin:-150px 0 0 -200px;padding:100px 0 0;}
.error{border:1px solid #999;background:#fff;}
.error .title{font-size:1.6em;font-weight:bold;padding:15px;background:#f9f7f6;}
.error .desc{overflow:auto;height:65px;padding:10px;font-family:Tahoma;font-size:.9em;border-top:1px dotted #ccc;}
.error .desc p{font-size:.8em;margin:6px 0 0;}
#db .title{background:#f9f7f6 url(img/errors/db.png) no-repeat 10px 12px;padding-left:53px;}
