  .title {
    font-size:1.0em; 
    font-weight:bold;
    color:#fff;
    text-align:center;
    background:#000080;
    padding:5px;
   }

  .content a, .content a:link, .content a:visited {
    font-family:verdana,arial,helvetica, sans-serif;
    font-size:0.9em;
    font-weight:bold;
    color:#0000ff;
    text-decoration:none;
  }
  
  .content a:hover {
    font-family:verdana,arial,helvetica, sans-serif;
    font-size:0.9em;
    font-weight:bold;
    color:#ff3300;
  }
  
  #dropinboxv2cover{
    width: 200px; /*change width to desired */
    position:absolute; /*Don't change below 4 rules*/
    z-index: 100;
    overflow:hidden;
    visibility: hidden;
  }

  #dropinboxv2{
    background: #fff;
    border: 2px solid #000080;
    border-collapse:collapse;
    padding-top:0px;
    width: 185px; /*change width to above width-20. */
    background-color: #fff;
    position:absolute; /*Don't change below 3 rules */
    left: 0;
    top: 0;
}      

  .content {
    padding-left:5px;
    padding-right:5px;    
  }
   
  .content p {
    font-family:verdana,arial,helvetica, sans-serif;
    font-size:0.9em;
    color:#000;    
  } 
  
  .center {
    text-align:center;
  }

  .red {
    color: #ff0000;
  }

  .red-bold {
    font-weight:bold;
    color: #ff0000;
    text-align:left;
  } 
    
  .red-bold-center {
    font-weight:bold;
    color: #ff0000;
    text-align:center;
    line-height:130%;
  }

  .close {
    font-size:0.8em; 
    font-weight:bold;
    color:#fff;
    text-align:right;
  }

   .close a, .close a:hover  {
    font-size:1.0em; 
    font-weight:bold;
    color:#fff;
    text-decoration:none;
  }
