/* CSS Document */
#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #01A6E8;
	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;
}

#ibox_content {
	background-color: #fff;
	width:100%;
	height:100%;
	position:relative;
	top:0px;
	left:0px;
}

#ibox_footer_wrapper {
    display: block;
    position: absolute;
    bottom:0;
    right: 0;
    height: 25px;
	padding:0 10px 5px 0;
	font-weight: normal;
}
#ibox_footer_wrapper a { color: #000; text-decoration: none; }
#ibox_footer_wrapper a:hover { color: #000; text-decoration: underline; }