.name  { font-weight: bold; }
.value { font-style: italic; }
.error   { border: 1px solid #c00;    background: #fee    url('cancel.png') no-repeat 8px center; display: block; color: #c00;    font-size: 125%; padding-left: 32px; height: 32px; line-height: 32px; }
.suggest { border: 1px solid #0b321b; background: #BCF0D2 url('accept.png') no-repeat 8px center; display: block; color: #0b321b; font-size: 125%; padding-left: 32px; height: 32px; line-height: 32px; }
.null  { color: #ccc; }
textarea { width: 100%; height: 200px; display: block; }
pre { background-color: #eee; border: 1px solid #444; color: #333; padding: 10px; line-height: 1.33em; }
pre .error, pre .suggest { margin: 10px; }
.font-fixed { font-family: monospace; }