#ibox h2 {
	margin: 0 0 20px 0;
	text-align: left;
	}
	
#ibox_content
{
	background:#222;
	overflow:auto;
	margin: 15px 0 10px;
	padding:0 15px 0 15px;
	border: 1px solid #222;
	position: absolute;
	color: #666;
}

#ibox_content div {
	padding: 0 0 15px 0;
}

#ibox_wrapper
{
	background:#222;
	padding:10px 10px 20px;
	border-color: #444;
}

#ibox_footer_wrapper
{
	height: 50px;
	width: 482px;
}



#ibox_footer_wrapper a
{
	background: url(/images/iboxClose.gif) no-repeat right top;
	padding:0;
	margin: 5px 0 0 0;
	width: 15px;
	text-indent: -9999px;
	display: block;
	height: 20px;
	color: #8dd6e2;
}

#ibox_overlay
{
}

#ibox_loading
{
	display:none;
}