/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */
.jqmWindow,
.jqmWindowForgotPSW {
  display: none;
  position: fixed;
  top: 17%;
  left: 50%;
  margin-left: -300px;
  z-index: 9999;
  background-color: #eee;
  color: #000;
  border: 10px solid #006699;
  padding: 15px;
  text-align: left;
}

.jqmWindow.jqmWindow,
.jqmWindowForgotPSW.jqmWindow {
  width: 640px;
}

.jqmWindow.jqmWindowForgotPSW,
.jqmWindowForgotPSW.jqmWindowForgotPSW {
  width: 500px;
}

.jqmWindow h4,
.jqmWindowForgotPSW h4 {
  color: #000;
  margin-top: -32px;
  font-size: 18px;
  width: 400px;
}

.jqmWindow h4.error,
.jqmWindowForgotPSW h4.error {
  color: #ff0000;
}

.jqmWindow .jqmClose,
.jqmWindowForgotPSW .jqmClose {
  color: #666;
  padding: 1px 3px;
  background-color: #eee;
  border: 1px solid #999;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  float: right;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .jqmWindow,
  .jqmWindowForgotPSW {
    position: absolute;
  }
}

.jqmOverlay {
  background-color: #000033;
}

iframe.jqm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
