/* CSS Document */

#ibox_w {
	position: 	absolute;
	top: 	 	0px;
	left: 		0px;
	z-index:	100;
	width: 		100%;
	height: 	100%;
	background-color: #FFFFFF; /* #787878 */
	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:		20px 50px 75px 50px;
	border:			1px solid #3d3d3d;
	width:			300px;
	height:			300px;
	background:		white url(images/global_logo.jpg) no-repeat right bottom;
	_background:	white url(images/global_logo_ie.jpg) no-repeat right bottom;
	margin:			0;
	overflow: 		hidden;
}

#ibox_content {
	text-align: left;
	background:white;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	/*border:1px solid #000;*/
	padding:2px;
	
}

#ibox_footer_wrapper {
	position:relative;
	padding:0;
	padding-top: 20px;
	margin:0;
	top:0px;
	left:0px;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	color: #8c8c8c;
	font-weight: bold;
}


#ibox_close_a
{
	color: #FF0000;
}
