/* popup box customizations */
.popupBody, .popupBody td{
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  color: #5E5E5E;
    margin:auto;
    text-align:left;
    margin:10px;
}
.popupBox     {
    border: 1px solid #474f56;
}
.popupBoxContents{
    font-size: 11px;
}
td.popupBoxHeading {
    color: #FFFFFF;
    background: #474f56;
  font-weight:bold;
    text-align: left;
    height: 20px;
    padding-left: 15px;
}
td.popupBoxFooter{ }
span.popupClose{
    color: #FFFFFF;
  font-weight:bold;
    text-decoration: none;
    background: #990000;
    padding: 1px 3px;
    float:right;
    cursor:pointer;
  margin-top:30px;
}
/* popupboxes eof */