@CHARSET "UTF-8";

.greybox, .greybox .greybox_table {
  width: 100%;
  height: 100%;
}

.greybox {
  position: fixed !important;
  position: absolute;
  top: 0 !important;
  top: expression(document.documentElement.scrollTop+'px');
  left: 0;
  z-index: 10000000000;
}

.greybox_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background: #000;
  -moz-opacity:0.7;
  opacity: 0.7;
  filter:alpha(opacity=70);
  height: expression(document.getElementById('registration_box').clientHeight+'px');
}

.greybox_content {
  position: relative;
  margin: auto;
  width: 980px;
  z-index: 10000000001;
}
