/*
=====================================================================
Version 0.1
12/1/2005

Put it in the code library for the first time. Starting it at 0.1. 
=====================================================================
*/

.alertBox{ margin: 5px; padding: 4px; }
.alertBox h1{ border: none; color: #fff; font-size: larger; padding: 3px; }
.alertBox h1.errorHeader { background-color: #660000; }
.alertBox h1.msgHeader { background-color: #660000; }
.alertBox ul { margin: .8em; }
.error{ color: #660000; }
.msg { color: #660000; }
