#dialog .b {
  background:url(../media/images/b.png);
}

#dialog .tl {
  background:url(../media/images/tl.png);
}

#dialog .tr {
  background:url(../media/images/tr.png);
}

#dialog .bl {
  background:url(../media/images/bl.png);
}

#dialog .br {
  background:url(../media/images/br.png);
}

#dialog {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#dialog .popup {
  position: relative;
}

#dialog table {
  border-collapse: collapse;
}

#dialog td {
  border-bottom: 0;
  padding: 0;
}

#dialog .body {
  padding: 10px;
  background: #EDEDFC;
  width: 370px;
  padding-top:20px;
  padding-bottom:0px;
}

#dialog .loading {
  text-align: center;
}

#dialog .image {
  text-align: center;
}

#dialog img {
  border: 0;
  margin: 0;
}

#dialog .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#dialog .tl, #dialog .tr, #dialog .bl, #dialog .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#dialog_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.dialog_hide {
  z-index:-100;
}

.dialog_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #dialog_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
div.dialog_header {
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    padding:3px;
    background-color:#FFA500;
    border-bottom:2px solid #232949;
    font-weight:bold;
}

