/* CSS Document */
#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #fff;
	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:10px;
	border:1px solid #a90005;
	width:300px;
	height:300px;
	
	background-color:#faeff0;
	margin:0;
	color :#a90005;
	font-weight:bold;
	font-size:0.8em;
	padding-bottom: 80px;
	_padding-bottom:5px;
	*padding-bottom: 80px;
	
}

#ibox_content {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:10px;
	left:0px;
	border:1px solid #a90005;
	padding: 2px;
	clear: both;
	overflow: hidden;
}

#ibox_footer_wrapper {
	clear: both;
	position:relative;padding:0;margin:0;top:0px;left:0px;
	text-align: center;
	margin-top: 10px;
}

#ibox_close_a{
	background:url(img/close.gif);
	display:block;
	width:20px;
	height:20px;
	text-indent:-1000em;
}