/* 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:0px;
	border:0;
	width:0px;
	height:0px;
	/* background-color:#333; */
	padding-bottom:0px;
	margin:0;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

#ibox_content {
	/* background-color:#333; */
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	/* border:4px solid #eee; */
	border: 0;
	border: 0;
}

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

#ibox_close {
	float: right;
	margin-bottom: -18px;
}

#ibox_close_a {
	display: block;
	float: right;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}