/* iBox CSS Document */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #888888;
	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 #CCC;*/
	width:475px;
	height:150px;
	background-color:#888888;
	padding-bottom:30px;
	margin:0;
	background-image: url(../../images/ibox_bg.png);
}

#ibox_content {
	background-color: transparent;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	/*border:1px solid #000;*/
	padding:0px;
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0;top:0px;left:0px;
}
#ibox_close_a{
	color:#ff0000;
	width:110px;
	height:26px;
	position:absolute;
	top:-40px;
	left:311px;
	float:right;
}

div#ibox_close a{background: url(../../images/ibox_close.png) no-repeat top left;}
div#ibox_close a:hover{background: url(../../images/ibox_close_h.png) no-repeat top left;}

