  body {
    background-color: #f0f0f0;
  }
  .fuzzbox {
    /* Width - title - padding on title - border left
       = 600 - 500 - 10 or 86 */
    width: 86px;
    height: 115px;
    float: right;
    background-color: #0099FF;
    border-left: 4px solid black;
    background-image: url('images/fuzzmail_logo_small.png');
    background-repeat: no-repeat;
    background-position: center; 
  }
  .footerBox {
    font-family: arial, sans-serif;
    width: 600px;
    text-align: right;
    font-size: 0.8em;
    border-top: 2px solid;
  }
  .titleBox {
    width: 600px;
    height: 115px;
    border-bottom: 4px solid #000000;
    vertical-align: middle;
  }
  .titleBox small {
    font-size: 0.3em;
    font-weight: bold;
  }
  .contentBox {
    background-color: #ffffff;
    border: 4px solid #000000;
    width: 600px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
	border-radius: 7px;
	-moz-border-radius: 7px;
    display: block;
  }
  .title {
    width: 500px;
    height: 115px;
    float: left;
    font-size: 3.2em;
    padding-left: 10px;
    line-height: 2.2em;
    background-color: #99CC00;
  }
  .content {
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
  }
  .footer {
    padding: 5px;
    clear: both;
  }
  .menuBar {
    background-color: #f4f4f4;
    border: 1px solid #999999;
    float: right;
    padding: 5px;
    margin: 6px;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
  }
  input,p,td,body,h1,h2,h3 {
    font-family: arial, sans-serif;
    text-align: justify;
  }
  p {
    font-size: 0.8em;
    padding-top: 3px;
    margin-top: 0px;
  }
  li {
    font-size: 0.8em;
  } 
  h1,h2,h3,h4,h5,h6{
   
    margin-bottom: 0px;
    padding-bottom: 0px;
    white-space: nowrap;
 }
  h1 {
    padding-top: 15px;
    font-size: 1.3em;
    border-bottom: 1px dotted black;
  }
  h2 {
    font-size: 0.9em;
  }
  .inputText {
    width: 175px;
  }
  a {
    color: #0066ff;
    text-decoration: none;
  }
  a:hover {
    color: #66cc00;
    text-decoration: underline;
  }
  .ffxbutton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    padding-top: 10px;
  }
  .important {
    color: red;    
  }
