/*
=====================================================================
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: 0; padding: 0; width: 100%; }
.alertBox h1{ border: none; color: #003470; font-size: larger; margin-left:0px; }
.alertBox h1.errorHeader { color: #003470; margin-left:0; }
.alertBox h1.msgHeader { margin-left:0; }
.alertBox ul { margin: 10px; margin-left: 0; }
.error{ color: red; }
.msg { color: #003470; font-size:14px;
line-height:18px;}
.form {
margin:2px 0 4px 0;
}
.required {
color:#003470;	
}
