/* CSS Document */

#ibox_w{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  left: 0px;
  z-index:100;
  width: 100%;
  height: 100%;
  background-color: #000;
  margin:0;
  padding:0;
  filter:alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
}

#ibox_wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  left: 0px;
  z-index:1000;
  width:100%;
  height:100%;
  background-color:transparent;
  padding: 0;
  margin:0;
}

#ibox_content {
  background-color:transparent;
  float: right;
  width:100%;
  height:100%;
  margin-bottom:5px;
  position:relative;
  top:0px;
  left:0px;
  overflow: visible;
}
