.dialog_box {
}

.dialog_box .tl {
  background: url(/images/tl.gif);
  width: 6px;
  height: 28px;
}

.dialog_box .tm {
  background: url(/images/tm.gif);
  background-repeat: repeat-x;
  height: 28px;
}

.dialog_box .tr {
  background: url(/images/tr.gif);
  width: 6px;
  height: 28px;
}

.dialog_box .bl {
  background: url(/images/bl.gif);
  width: 6px;
  height: 6px;
}

.dialog_box .bm {
  background: url(/images/bm.gif);
  background-repeat: repeat-x;
  height: 6px;
  line-height: 1px;
}

.dialog_box .br {
  background: url(/images/br.gif);
  width: 6px;
  height: 6px;
}

.dialog_box .oc {
  background: url(/images/oc.gif);
  background-repeat: repeat-y;
  width: 6px;
}

.dialog_box .ic {
  background: url(/images/ic.gif);
  background-repeat: repeat-y;
  width: 6px;
}

.dialog_box h1 {
  color: #294563;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0;
  padding-top: 3px;
  padding-left: 8px;
}

.dialog_box h1.shadow {
  color: white;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0;
  padding-top: 3px;
  padding-left: 8px;
  position: absolute;
  margin-left: -1px;
  margin-top: -1px;
}

.dialog_box .body, .body td {
  font-size: 7pt;
  color: black;
  font-weight: bold;
}

.dialog_box .body {
  background: #EFF3F8;
  padding: 8px;
}

.dialog_box form {
  margin: 0;
  padding: 0;
}

.dialog_list, .dialog_list td {
  font-weight: normal;
}

.dialog_list {
  width: 100%;
}

