/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	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:1000;
	padding:10px;
	border:0px;
	width:780px;
	height:300px;
	background-color: #b2b2b2;
	padding-bottom:30px;
	margin:0;
}

#ibox_content {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin-bottom:0px;
	position:relative;
	top:-2px;
	left:-2px;
	border: none;
	padding:2px;
}

#ibox_footer_wrapper { 
	width: 779px; background: #e7e7e7; position:relative;padding:10px 5px 0px 0px;margin:0;top:-20px;left:-2px; height: 30px; }

#ibox_close_a	{ text-decoration:none;
border-bottom:1px dotted #5fc5f5; font-weight: bold; margin-right: 15px; }



