
.noprint 
{ 
  display: none; 
  visibility: hidden;
}

.pagebreak
{
  page-break-before: always;
}


html, body, div#container, div#content
{
	width: auto;
}

div#container-footer
{
  margin-top: 20px;
  text-align:center;
	width: auto;
}

div#flags, #link_newmessage, #newmessage
{
  display: none;
}

#messages
{
  clear: none;
  float: none;
  display: inline;
}

#messages h3
{
  clear: both;
}

.message, .msg_from_delta, .msg_from_client
{
  width: 100%;
}

