﻿.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #131313;
  opacity: .85;
  filter: alpha(opacity=85);
  z-index: 101;
}
.modal-window {
  position: fixed;
  top: 40%;
  left: 50%;
  margin: 0;
  padding: 0;
  z-index: 102;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-top-width: 20px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #BD0000;
  border-right-color: #BD0000;
  border-bottom-color: #BD0000;
  border-left-color: #BD0000;
  background-color: #FFF8F0;
}
.close-window {
  position: absolute;
  width: 31px;
  height: 83px;
  right: 5px;
  top: 5px;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(close.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
.msg {
  font: bolder 18px Arial;
  color: #333333;
}
