
.lingotekMask {
  width: 100%;
  height: 100%;
  margin: 0px 0px;
  padding: 0px;
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;

  filter:alpha(opacity=40);
  -moz-opacity:0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.lingotekContainer {
  width: 100%;
  height: 100%;
  margin: 0px 0px;
  padding: 0px;
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
}

.lingotekContents {
  margin: 200px auto;
  padding:5px 10px 5px 25px;
  background-color: #eee;
  border: 1px solid #000;
  color: #222;
  cursor:wait;
  width: 300px;

  filter:alpha(opacity=100) !important;
  -moz-opacity:1.0 !important;
  -khtml-opacity: 1.0 !important;
  opacity: 1.0 !important;
}
