/* 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:20px solid #eee;
	width:300px;
/*	height:300px;*/
	background-color:#eee;
	padding-bottom:30px;
	margin:0;
}

#ibox_content {
	background-color:#eee;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	padding:0;
	z-index: 1000;
}

#ibox_content img{
	z-index: 1000;
}

#ibox_footer_wrapper {
	border-top:1px solid #ccc;
	padding: 5px;
	position:relative;
	padding-top:5px;
	margin:0 -10px;
	top:0px;
	left:0px;
	vertical-align: top;
}

#ibox_footer{
	font-size: 16px;
	font-weight: bold;
	color:#000;
}

.ie #ibox_footer{
	margin-top:-17px;
}

#ibox_close{
	float: right;
	padding-top:0;
}

#ibox_close a{
	font-size: 18px;
	padding: 0 5px;
	text-decoration: none;
	background-color:#eee;
	color: #000;
}

#ibox_close a:hover{
	background-color: #000;
	color:#fff;
}