/* CSS Document */

#ibox_w {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #000000;
  margin: 0;
  padding: 0;
  filter: Alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
  color:#000000;
}

#ibox_progress {  
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 105;
}

#ibox_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  /*padding: 10px 10px 2.5em 10px;*/
  padding: 0px 0px 0px 0px;
  border-left: 5px solid #cccccc;
  border-right: 5px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 300px;
  height: 250px;
  background-color: #CCCCCC;
  margin: 0;
}
html > body #ibox_wrapper {
	padding: 0px 0px 35px 0px;
	border: 5px solid #cccccc;
}

#ibox_content {
  background-color: #f7f7f7;
  width: auto;
  height: 100%;
  margin-bottom: 5px;
  position: relative;
  top: 0px;
  left: 0px;
  padding: 2px;
  overflow: hidden;
}

#ibox_img {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
}

#ibox_footer_wrapper {
  position: relative;
  padding: 0;
  margin: 0;
  top: 0px;
  left: 0px;
}

#ibox_footer {
  text-align: left;
  color:#000000;
  font-weight:bold;
  line-height:30px;
}

#ibox_close {
  float: right;
  text-align: right;
}

#ibox_close_a {
  padding: 3px;
  border-bottom: none;
  color:#000000;
   line-height:30px;
}

