/* CSS Document */
#ibox_w
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:900;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

#ibox_progress
{
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 905;
}

#ibox_wrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	padding: 10px;
	border: 0px solid #000;
	width: 300px;
	height: 300px;
	background-color: #000;
	padding-bottom: 30px;
	margin: 0;
}

#ibox_content
{
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px solid #000;
	padding: 2px;
}

#ibox_footer_wrapper
{
	position: relative;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
}

#ibox_close_a { color: #FFF; }
#ibox_footer { color: #FFF; }
