#loader {
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #AAA;
  background: rgba(255, 255, 255, 0.7);
}
#loaderWindow {
  position: fixed;
  z-index: 9999999;
  left: 50%;
  top: 50%;
  margin: -20px -110px;
  width: 220px;
  padding: 20px;
  background: #FFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.ie6 #loaderWindow {
  position: absolute;
  top: 50px;
  margin: 0 -110px;
}
._modal {
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #AAA;
  background: rgba(255, 255, 255, 0.7);
}
._modal .modalWindow {
  position: fixed;
  z-index: 9999999;
  left: 50%;
  top: 50%;
  margin: -200px -300px;
  width: 600px;
  min-height: 400px !important;
  background: #FFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
._modal .modalWindow.wide {
  position: fixed;
  z-index: 9999999;
  left: 50%;
  top: 50%;
  margin: -200px -450px;
  width: 900px;
  min-height: 400px !important;
  background: #FFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
._modal .modalWindow a.close {
  position: absolute;
  top: 5px;
  right: 25px;
  height: 20px;
  background: url('../_/closeModal.png') no-repeat center right #ffffff;
  padding-right: 30px;
  font-weight: bold;
  line-height: 20px;
  z-index: 9999999;
}
._modal .modalWindow .modalScroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
}
._modal .modalWindow .modalScroller iframe {
  border: none;
  background: none;
  width: 600px;
  min-height: 400px !important;
  overflow: auto;
}
._modal .modalWindow .showAgain {
  position: absolute;
  bottom: 10px;
  left: 50%;
  padding: 5px 0;
  background: white;
  border: 1px solid;
  margin: 0 -150px;
  width: 298px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  line-height: 20px;
  height: 20px;
  z-index: 9999999;
}
._modal .modalWindow .showAgain label {
  font-weight: bold;
  padding-left: 15px;
}
._modal .modalWindow .showAgain img,
._modal .modalWindow .showAgain input {
  vertical-align: middle;
  margin-bottom: 3px;
  display: inline;
}
._modal .loading {
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  margin: -10px -120px;
  padding: 10px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
._modalMin .modalWindow {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  margin: 0 !important;
  height: auto !important;
  width: auto;
}
div.modal {
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #AAA;
  background: rgba(255, 255, 255, 0.7);
}
div.modal .modalWindow {
  position: fixed;
  z-index: 9999999;
  left: 50%;
  top: 50%;
  margin: -200px -300px;
  width: 600px;
  min-height: 400px !important;
  background: #FFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
div.modal .modalWindow.wide {
  position: fixed;
  z-index: 9999999;
  left: 50%;
  top: 50%;
  margin: -200px -450px;
  width: 900px;
  min-height: 400px !important;
  background: #FFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
div.modal .modalWindow a.close {
  position: absolute;
  top: 5px;
  right: 25px;
  height: 20px;
  background: url('../_/closeModal.png') no-repeat center right #ffffff;
  padding-right: 30px;
  font-weight: bold;
  line-height: 20px;
  z-index: 9999999;
}
div.modal .modalWindow .modalScroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
}
div.modal .modalWindow .modalScroller iframe {
  border: none;
  background: none;
  width: 600px;
  min-height: 400px !important;
  overflow: auto;
}
div.modal .modalWindow .showAgain {
  position: absolute;
  bottom: 10px;
  left: 50%;
  padding: 5px 0;
  background: white;
  border: 1px solid;
  margin: 0 -150px;
  width: 298px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  line-height: 20px;
  height: 20px;
  z-index: 9999999;
}
div.modal .modalWindow .showAgain label {
  font-weight: bold;
  padding-left: 15px;
}
div.modal .modalWindow .showAgain img,
div.modal .modalWindow .showAgain input {
  vertical-align: middle;
  margin-bottom: 3px;
  display: inline;
}
div.modal .loading {
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  margin: -10px -120px;
  padding: 10px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 620px) {
  div.modal .modalWindow {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    margin: 0 !important;
    height: auto !important;
    width: auto;
  }
}
.ie6 .modalWindow {
  position: absolute;
  top: 50px;
  margin: 0 -300px;
}
