--- renderer.php	2014-03-19 19:43:32.672428000 +0530
+++ renderer_green.php	2014-03-19 19:44:36.460306789 +0530
@@ -95,7 +95,7 @@
 
         $o = '';
         $o .= $this->output->heading($result->heading, 4);
-        $o .= $this->output->notification($result->message);
+        $o .= $this->output->notification($result->message,"notifysuccess");
         $o .= $this->output->continue_button($url);
         return $o;
     }
