added patch for account and cleanups to breadcrumbs and msgprint
diff --git a/public/css/all-web.css b/public/css/all-web.css
index e1311c4..b32cff8 100644
--- a/public/css/all-web.css
+++ b/public/css/all-web.css
@@ -2120,6 +2120,14 @@
 
 div.fetching { color: #888; text-align:right; }
 
+.msgprint {
+	min-height: 60px; 
+	max-height: 500px;
+	padding: 9px;
+	color: #333;
+	overflow: auto;
+}
+
 div.notice {
 	postion: absolute;
 	background-color: #000;
@@ -2525,6 +2533,8 @@
 	border-bottom: 1px solid #ccc;
 }
 
+
+
 /*
  *	erpnext/startup/startup.css
  */