/*
#overlay {
  width:100%;
  height:100%;
  z-index:100;
  position:fixed;
  top:0;
  left:0;
  background-color: #333333;
  display:none;
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
  background-image:url(../images/overlay.png);
}
*/
 #overlay {
  width:100%;
  height:100%;
  z-index:100;
  position:fixed;
  top:0;
  left:0;
  background-image:url(../images/overlay.png);
  display:none;
}


#overlay_loading {
  width:100px;
  height:100px;
  position:fixed;
  z-index:101;
  top:50%;
  left:50%;
  background-image:url(../images/loading.gif);
  background-repeat: no-repeat;
  display:none;
}

#overlay_iframe {
  z-index:200;
  position:fixed;
  top:50%;
  left:50%;
  border:2px solid #333333;
  background-color:#FFFFFF;
  display:none;
}

#overlay_select {
  height:100%;
  width:100%;
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  border:none;
  background-color:#fff;
}

