/*
=====================================================================
Version 0.1
12/1/2005

Put it in the code library for the first time. Starting it at 0.1. 
=====================================================================
*/

.alertBox{ background-color: #FFFFE0; border: 1px solid #0000FF; font-size: 1.25em; margin: 10px; padding: 2px; width: 70%; }
.alertBox h1{ border: none; color: #FFFFFF; font-size: larger; margin: 0px; }
.alertBox h1.errorHeader { background-color: #FF0000; }
.alertBox h1.msgHeader { background-color: #008000; }
.alertBox ul { margin: .8em; margin-left: 2em; }
.error{ color: #FF0000; }
.msg { color: #008000; }
