Add a alert label block with bigger font size and red color.
--- a/project/static/css/styles.css Tue Nov 16 17:38:06 2010 +0530
+++ b/project/static/css/styles.css Tue Nov 16 18:07:25 2010 +0530
@@ -583,4 +583,9 @@
color: #58585a;
margin-left: 5em;
text-align: justify;
+}
+
+label.alert {
+ font-size: 1.2em;
+ color: #ff0000;
}
\ No newline at end of file