.lw_overlay_container {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
.lw_element .lw_overlay_blackout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #002244;
  background: rgba(0, 34, 68, 0.8);
}
.lw_element .lw_overlay {
  display: inline-block;
  background-color: #fff;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 20px;
  margin: 0 auto;
}
.lw_element .lw_overlay {
  position: relative;
  margin: 0 auto;
}
.lw_element .lw_overlay_close_button {
  position: absolute;
  top: -10px;
  right: -10px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background-color: #222;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  z-index: 10001;
}
.lw_element .lw_overlay_close_button:hover {
  background-color: #b22;
  border-color: #777;
}
.lw_element .lw_overlay_contents {
  overflow: hidden;
  position: relative;
}
