.webtradeShadeboxSettings {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 999;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.webtradeLightboxSettings {
  position: absolute;
  left: -120px;
  top: 80px;
  margin-left: 50%;
  width: 240px;
  height: 100px;
  background-color: #ffffff;
  border: 8px solid #a0a0a0;
  z-index: 1000;
  overflow: hidden;

  overflow-y: hidden;
  -ms-overflow-y: hidden;
}

.webtradeLightboxCloseSettings {
  position: absolute;
  left: -112px;
  top: 80px;
  margin-left: 50%;
  font: 16px arial;
  font-weight: bold;
  background-color: #a0a0a0;
  width: 15px;
  height: 24px;

  cursor: pointer;
  z-index: 1001;
}

.webtradeLightboxLoadingSettings {
  width: 100%;
  text-align: center;
  font: 12px Serif;
  line-height: 30px;
  letter-spacing: 1px;
}

