@-moz-document domain(meebo.com){

body { background: #222 !important; }

/* ========== HIDDEN ELEMENTS ========== */

/* --- CONNECTION PAGE --- */

#meebologo,
#meebolinks,
#slogan,
.biz-links,
#languagelinks,
#copyright,

/* --- CHAT PAGE --- */

#welcomeWin, /* popup */
.content span.link, /* rooms link */
.meeboGreeting, /* left welcome message */
.NotifierUpsellToast, /* bottom right popup */
.signOnLink, /* sign on link */
.ConsoleExtensionContainer, /* extension add */
.TaskBar /* taskbar */


{ display: none !important; }


/* ========== MODIFICATIONS ========== */

.ConsoleNav
{
  left: 20px !important;
  width: 320px !important;
  background: #555 !important;
  -moz-border-radius: 5px !important;
  opacity: 0.8 !important;
  line-height: 27px !important;
}

.ConsoleNav img {
  vertical-align: middle !important;
  margin-bottom: 3px !important;
  margin-right: 5px !important;
}

.ConsoleNav .link {
  margin-right: 10px !important;
}

#audiobtn {
  position: absolute;
  right: 15px !important;
}

.ConsoleAccounts {
  top: 25px !important;
}

#ConsolePageMain .overlay {
  display: none !important;
}

#buddylistwin, #windowFrame {
  padding: 0px !important;
}

#buddies {
  top: 3px !important;
  height: 100% !important;
}

}