/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:9990;
	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:9991;
}

#ibox_wrapper {
	border: 3px solid #e1e1e1;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:9992;
	background: #fff;
	margin:0;
	padding: 12px 12px 6px 12px;
	overflow: hidden;
	text-align: center;
}

#ibox_content {
	background-color:#fff;
	/*border: 1px solid #999;
	width:420px;
	height: 580px;*/
	margin-bottom:0px;
	padding: 6px 6px 0px 6px;
	position:relative;
	top:0px;
	left:0px;
	overflow: hidden;
}

#ibox_footer_wrapper { font-weight: bold; }
#ibox_footer_wrapper a:link, #ibox_footer_wrapper a:visited { text-decoration: none; color: #ff6600; }
#ibox_footer_wrapper a:hover { text-decoration: none; color: #003366; }