.msgtop {
  /* needed for Internet explorer */
  height: 2em;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 1.6em;
  white-space: nowrap;
  font-size: 22px;
  font-weight: normal;
  color: White;
  font-family: "Franklin Gothic Medium", Arial, Arial Black;
}
/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.msgtop:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #000000; 
}

.msgtitle {
  /* needed for Internet explorer */
  height: 2em;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 1.6em;
  white-space: nowrap;
  font-size: 22px;
  font-weight: normal;
  color: White;
  font-family: "Franklin Gothic Medium", Arial, Arial Black;
}
/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.msgtitle:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #000000; 
}

