/*
=====================================================================
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; padding: 2px; width: 100%; }
.alertBox h1{ border: none; color: #333; font-size: larger; }
.alertBox h1.errorHeader { color: #ff0000; }
.alertBox h1.msgHeader { }
.alertBox ul { margin:10px; margin-left:0; }
.error{ color: #ff0000; }
.msg { color: #333; }
