/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #CCCCCC;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.close {
	width: 70px;
	height: 28px;
	background-image: url(/images/close.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#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:500px;
	height:500px;
	background-color:#1473A6;
	padding-bottom:30px;
	margin:0;
}

#ibox_content {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	border:1px solid #000;
	padding:2px;
	text-align:left;
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0;top:0px;left:0px;text-align:left;
}