/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: transparent;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	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;
	width:500px;
	height:500px;
	background-color:white;
	padding-bottom:30px;
	margin:0;
	font-family: arial;
	font-weight: bold;
	color: #c0c0c0;
}

a.ibox_wrapper, a:active.ibox_wrapper, a:hover.ibox_wrapper {
	font-family: arial;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border: 0px;
}


#ibox_content {
	background-color: white;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	padding:2px;
	font-family: arial;
	font-weight: bold;
	color: #c0c0c0;
}

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