/*
=====================================================================
Version 0.1
12/1/2005

Put it in the code library for the first time. Starting it at 0.1. 
=====================================================================
*/

.alertBox{ font-size: 12px; margin: 10px; padding: 2px; width: 90%; }
.alertBox h3{ border: none; color: #333; font-size: 15px; margin-left:30px; }
.alertBox h3.errorHeader { color: #9b2c01; margin-left:30px; }
.alertBox h3.msgHeader { background-color: #fff; margin-left:30px; }
.alertBox ul { margin: .8em; margin-left: 1em; }
.error{ color: #9b2c01; }
.msg { color: #333; }
