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