/*
=====================================================================
Version 0.1
12/1/2005

Put it in the code library for the first time. Starting it at 0.1. 
=====================================================================
*/

.alertBox { }
.alertBox h3{ }
.alertBox h3.errorHeader { color: #9b2c01; }
.alertBox h3.msgHeader { }
.alertBox ul { margin:1em 0 2em 0;padding:0;list-style-type: none;font-size:1.2em;}
.error{ color: #9b2c01; }
.msg { }
