/* 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 #CCC;
	width:300px;
	height:300px;
	background-color:#999999;
	padding-bottom:30px;
	margin:0;
}

#ibox_content {
  background-color:#E9E9E9;
  height:100%;
  position:relative;
  top:0px;
  left:0px;
  border:1px solid #000;
  padding:5px;
  text-align: left;
}

#ibox_content h2 {
  margin: 0 0 10px 0;
	background:#CCCC99 none repeat scroll 0% 0%;
	border-bottom:2px solid white;
	color:#254B26;
	font-size:12px;
	padding:4px 0pt 4px 10px;
}

#ibox_content h3 {
  margin: 0 0 10px 0;
	border-bottom: 1px dotted #999999;
	font-size: 11px;
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0;top:0px;left:0px;
}

#ibox_close_a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

