#container {
  font-family: "Courier New", Courier, mono;
  position: relative;
  width: 330px;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: auto;
  text-align: left;
  background-color: #FFFFFF;
  padding: 10px;
}
#container p{
  margin-bottom: 4px;
  padding-bottom: 4px;
  margin-top: 0px;
  padding-top: 0px;
  text-align: left;
}

body {
  font-size: 12px;
  line-height: 14px;
  background-image: url(http://brainmail.nowandnext.com/background.gif);
  }

#divider {
  border-top: 1px dashed #999;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-top:5px;
}


#container a:link {
  text-decoration: none;
  border-bottom: 1px dotted #333;
  color: #333;
  }

#container a:visited {
  text-decoration: none;
  border-bottom: 1px dotted #999;
  color: #999;
}

#container a:hover {
  text-decoration: none;
  background-color: #999;
  border-width: 0;
  color: #fff;
  }

.smallText {
  font-size: 10px;
}

#brainmailLogo{
  padding-bottom: 12px;
  margin-bottom: 12px;
  }

form {
  margin-top: 10px;
  margin-bottom: 10px;
/*   width: 310px; */
  text-align: left;
  }


h4 {
  margin: 0px;
  }


/* Dada overrides */


#Header { width: 330px; border: none; }

* html #Header {
  width:372px;
}

#Content { width:330px; border: none; }

* html #Content {
  width:372px;
}

h1 { line-height: 18px; }
h1 { line-height: 14px; font-size: 12px; font-family: "Courier New", Courier, mono; }

/* #archived_message_body { font-family: monospace; } */
pre.message-body { margin: 0; padding: 0; border: none; background-color: white; font-family: "Courier New", Courier, mono; font-size: 12px; line-height: inherit; }



