/* 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=4);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#ibox_progress {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	padding:0 1em 4em 1em;
	border:1px solid #000;
	width:300px;
	height:300px;
	background-color:#cccc99;
	color: #FFF;
/*	padding-bottom:3em;*/
	margin:0;
}

#ibox_content {
	background-color:#666633;
	color: #FFF;
	width:100%;
	height:100%;
	margin: 0 0 2em 0;
	position:relative;
	top:1.8em;
	left:0;
	border:1px solid #000;
	text-align: left;
/*	padding:2px;*/
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0.5em 0;top:0px;left:0px;
}
#ibox_close { position:relative; padding:0;margin:0.2em 0 0 0; width: 1em;
}
#ibox_close_a { background: transparent url(images/delete.gif) top right no-repeat; 
	color: #000;
	text-decoration: none; 
	font-weight: normal;
	font-style: oblique;
	text-align: right;
}

#ibox_content p, #ibox_content ul li { margin: 2em; font-size: 100%; }
#ibox_content h2 { font-size: 140%; font-weight: normal; padding: 1em 1em 0 0.5em; text-align: left; }
.iboxjs { display: none; }