diff --git a/mailnews/ui/messenger/resources/mailshell.html b/mailnews/ui/messenger/resources/mailshell.html
index 89a76b350c61..551ac78fb20d 100644
--- a/mailnews/ui/messenger/resources/mailshell.html
+++ b/mailnews/ui/messenger/resources/mailshell.html
@@ -1,7 +1,6 @@
-
-Mozilla Browser
+Mozilla Mail Client
@@ -19,13 +18,90 @@ BODY,TD,INPUT {
BODY {
margin: 0px 0px 0px 0px;
}
+
+ #toolbar {
+ position: fixed;
+ width: 100%;
+ height: 80px;
+ top: 0;
+ right: 0;
+ bottom: auto;
+ left: 0;
+ background-color: #cccccc;
+ }
+ #folder {
+ position: fixed;
+ width: 10em;
+ height: auto;
+ top: 80px;
+ right: auto;
+ bottom: 34px;
+ left: 0;
+ font-style: italic;
+ background-color: #ffffff;
+ }
+ #message {
+ position: fixed;
+ width: auto;
+ height: auto;
+ top: 200px;
+ right: 0;
+ bottom: 34px;
+ left: 10em;
+ overflow: auto;
+ padding: 2px .5em;
+ border: solid 1px black;
+ background-color: #ffffff;
+ }
+ #thread {
+ position: fixed;
+ width: auto;
+ height: 120px;
+ top: 80px;
+ right: 0;
+ bottom: auto;
+ left: 10em;
+ overflow: auto;
+ padding: 2px .5em;
+ border: solid 1px white
+ background-color: #cccccc;
+ }
+ #footer {
+ position: fixed;
+ width: 100%;
+ height: 34px;
+ top: auto;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ text-align: center;
+ margin-top: auto;
+ background-color: #cccccc;
+ }
-