/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #5f7993;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#ibox_progress {	
	position: absolute;
	z-index:102;
}

#ibox_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	padding:0;
	background-color:transparent;
	padding-bottom:30px;
	margin:0;
}

#ibox_content {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin-bottom:0;
	position:relative;
	border:4px solid #fff;

}

#ibox_footer_wrapper {
	padding:0; margin:0; top:0px; left:0px;
}
#ibox_close_a {
display:block; position:absolute; top:0; right:-6px !important; right:0; text-decoration:none; width:14px; height:20px; color:#000; right:0; text-align:right; background:#fff url(../img/chiudi.gif) left center no-repeat;
} #ibox_close_a span{ display:none; }
