diff --git a/plugins/unl_theme/css/planetred.css b/plugins/unl_theme/css/planetred.css
index fcb8ea7ef112c16c1afef654281980ff8154df48..5743ddcfde5c7dcb33bb892695314d96de2255d0 100644
--- a/plugins/unl_theme/css/planetred.css
+++ b/plugins/unl_theme/css/planetred.css
@@ -110,9 +110,9 @@ a.elgg-button {
 
 .nav-pills.elgg-menu-hz > li, .nav-pills.elgg-htabs > li {
 	border: none;
-    background-color: #5b5b5a;
-    border-radius: 0;
-    color: #fff;
+	background-color: #5b5b5a;
+	border-radius: 0;
+	color: #fff;
 	font-family: "Gotham SSm A","Gotham SSm B",Verdana,"Verdana Ref",Geneva,Tahoma,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",sans-serif;
 	font-size: 0.75em;
 	margin-right: 1em;
@@ -609,6 +609,23 @@ ul.elgg-menu.elgg-menu-hover li {
 	text-align: left;
 }
 
+.elgg-message {
+    font-family: "Gotham SSm A","Gotham SSm B",Verdana,"Verdana Ref",Geneva,Tahoma,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",sans-serif;
+    padding:1em;
+    list-style:none;
+    margin-top:3em;
+    color:#fff;
+    border-radius: 6px;
+}
+
+.elgg-message.elgg-state-success {
+    background-color:#008A2C;
+}
+
+.elgg-message.elgg-state-error {
+    background-color:#D00000;
+}
+
 @media (max-width: 1600px) {
 	.groups-profile-fields b {
 		display: block;
@@ -649,3 +666,6 @@ ul.elgg-menu.elgg-menu-hover li {
 	}
 }
 
+.hello {
+	
+}
\ No newline at end of file