/* CSS Document */

#ibox_w{
	position: absolute;
	top: 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_progress {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	padding:10px;
	border:1px solid #333;
	width:300px;
	height:300px;
	background-color:#999999;
	padding-bottom:40px;
	margin:0;
}

#ibox_content {
	background: #FFFFFF;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	border:1px solid #333;
	padding:0px;
        text-align: left;
}

#ibox_content h1 {
  color: #fff;
  font-size: 18px;
  padding: 10px;
  background:  url(images/bg-pressboxtop.png) no-repeat right top;
  margin: 0px;
  height: 70px;
  }

#ibox_content p {
  font-size: 13px;
  line-height: 17px;
  color: #333;
  padding: 0 10px;
  }

#ibox_content .taglinks ul {
  list-style: none;
  padding: 0;
  }

#ibox_content .taglinks ul li {
  display: inline;
  }

#ibox_content #newsfooter {
  text-align: center;
  border-top: 1px solid #e8e8e8;
  padding-top: 8px;
  margin-top: 4px;
}
#ibox_footer_wrapper {
	position:relative;padding:0;margin:0;top:0px;left:0px;
}
#ibox_footer {
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  }

#ibox_close_a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  }