--- ../../base/base/public/css/style.css	2008-08-02 05:10:56.736589925 -0400
+++ public/css/style.css	2008-08-02 19:38:12.195107162 -0400
@@ -53,7 +53,7 @@
   float: right;
   width: 200px;
   font-size: 88%;
-  background-color:#fffe1;
+  background-color:#ffffe1;
   background-repeat:repeat-x;
 }
 
@@ -186,16 +186,29 @@
   background: #eee;
 }
 
-#status_block {
+.flash {
   margin: 0 auto 0.5em auto;
   padding: 5px 15px 15px 55px;
-  background: #eef URL('../images/ok.png') left center no-repeat;
-  border: 1px solid #cce;
   width: 680px;
   font-size: 120%;
   font-weight: bolder;
 }
 
+#status_ok {
+  background: #eef URL('../images/ok.png') left center no-repeat;
+  border: 1px solid #cce;
+}
+
+#status_warning {
+  background: #f99 URL('../images/error.png') left center no-repeat;
+  border: 1px solid #f33;
+}
+
+#status_alert {
+  background: #ff9 URL('../images/info.png') left center no-repeat;
+  border: 1px solid #ff0;
+}
+
 .notice {
   margin: 0.5em auto 0.5em auto;
   padding: 15px 10px 15px 55px;

