/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:4000;
	width: 100%;
	height: 100%;
	background-color: #000;
	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:5000;
	border:1px solid #111111;
	min-width:350px;
	min-height:80px;
	background-color: #565656;
	padding:5px 7px 7px 5px;
	margin:0;
}

#ibox_content_container {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	position:relative;
	top:0px;
	left:0px;
	padding:0px;
	border:1px solid #000;
}

#ibox_close {float:right;;}

#ibox_close a {
	text-decoration: none;
	font-weight: 900;
	font-family: tahoma;
	color: #313131;
	font-style: normal;
	padding:3px;
}

#ibox_footer_wrapper{
	position:relative; 
	float:left;
	padding:0;
	margin:0;
	top:0px;
	left:0px;
	font-weight: 900;
	font-family: tahoma;
	font-style: italic;
	color: #565656;
	font-size: 11px;
	padding:3px 3px 0 3px;
}