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