#Dialog
{
  position: absolute;
  /* background-color:#ffffff; */
  z-index: 100;
  cursor: hand;
  left: 0px;
  top: 20px;
}

#Dialog .b 
{
  background:url(http://www.geocities.com/d_rossler/Border.gif);
}

#Dialog .tl 
{
  background:url(http://www.geocities.com/d_rossler/TopLeft.gif);
}

#Dialog .tr 
{
  background:url(http://www.geocities.com/d_rossler/TopRight.gif);
  background-position:top right;
  background-repeat:no-repeat;
}

#Dialog .bl 
{
  background:url(http://www.geocities.com/d_rossler/BottomLeft.gif);
}

#Dialog .br 
{
  background:url(http://www.geocities.com/d_rossler/BottomRight.gif);
  background-position:bottom right;
  background-repeat:no-repeat;
}

#Dialog .tl, #Dialog .tr, #Dialog .bl, #Dialog .br 
{
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#Dialog table 
{
  /* margin: auto; */
  border-collapse: collapse;
}

.caption
{
  color:#FFFFFF;
  font-size:8pt;
  font-weight:bold;
}
