/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #FFF8D9;
	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:0px;
	border:0px;
	width:300px;
	height:300px;
	color: black;
	background-color: #FFCC00;
	margin:10px 10px 30px 10px;
}

#ibox_content {
	background-color: #FFCC00;
	width:100%;
	height:100%;
	margin:0px;
	position:relative;
	top:0px;
	left:0px;
	border:0px;
	padding:0px;
}

#ibox_close_a {
	color: black;
	text-decoration:none;
	font: 10px Tahoma;
}

#ibox_close {
	padding:5px;
	background-color: #FFCC00;
}

#ibox_footer {
	padding:5px;
	margin:0px;
	color: black;
	top:0px;
	left:0px;
	background-color: #FFCC00;
}

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