.simple_overlay {
  display: none;
  width: 314px;
  z-index: 10000;
}
.simple_overlay .popup_top {
  height: 21px;
  background: transparent url('../images/popup_top.png') scroll no-repeat 0 0;
}
.simple_overlay .popup_middle {
  background: transparent url('../images/popup_repeat.png') scroll repeat-y 0 0;
  padding: 10px 20px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #3C0800;
}
.simple_overlay .popup_bottom {
  height: 21px;
  background: transparent url('../images/popup_bottom.png') scroll no-repeat 0 0;
}
.simple_overlay .close {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 35px;
  height: 36px;
  background: transparent url('../images/popup_close.png') scroll no-repeat 0 0;
  cursor: pointer;
}
