/*
=====================================================================
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.5em; margin: 0px; padding: 2px; }
.alertBox h1{ border: none; color: #444; font-size: larger; margin-left:0px; }
.alertBox h1.errorHeader { color: #a50000; }
.alertBox h1.msgHeader { margin-left:0px; }
.alertBox ul { margin: 0; }
.error{ color: #a50000; }
.msg { color: #444; }
