/* CSS Document */

div#popup{
  width: 500px;
  position: absolute;
  z-index: 999;
  overflow-x: hidden;
}


div#popup div.ptl{
  height: 24px;
  background: url(img/popup/tl.gif) 0 0 no-repeat;
  margin: 0 23px 0 0;
}
div#popup div.ptr{
  height: 24px;
  background: url(img/popup/tr.gif) 100% 0 no-repeat;
  margin: 0;
  padding: 0;
}
div#popup div.pt{
  height: 24px;
  background: url(img/popup/t.gif) repeat-x;
  margin: 0 0 0 13px;
}

div#popup div.ptr div.ptl div.pt span{
  color:#15428B;
  font-family:tahoma,arial,verdana,sans-serif;
  font-size:11px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
}

div#popup div.pl{
  background: url(img/popup/l.gif) 0 0 repeat-y;
  margin: 0 9px 0 0;
}
div#popup div.pr{
  background: url(img/popup/r.gif) 100% 0 repeat-y;
}
div#popup div.pm{
  background: #ffffff;
  margin: 0 0 0 9px;
  padding: 5px 5px 5px 5px;
}

div#popup div.pbl{
  height: 8px;
  background: url(img/popup/bl.gif) 0 0 no-repeat;
  margin: 0 10px 0 0;
}
div#popup div.pbr{
  height: 8px;
  background: url(img/popup/br.gif) right top no-repeat;
}
div#popup div.pb{
  height: 8px;
  background: url(img/popup/b.gif) repeat-x;
  margin: 0 0 0 10px;
}

