/* CSS Document */

#ibox_w
{
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #252525;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#ibox_progress
{
	position: absolute;
	z-index:102;
}

#ibox_wrapper
{
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	border:1px solid #adadad;
	width:300px;
	height:300px;
	background-color:#ffffff;
	margin:0;
}

#ibox_header
{
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	color: white;
	padding: 3px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	border-bottom: solid 1px #adadad;
}

#ibox_content
{
	background-color:#ffffff;
	width:100%;
	height:100%;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}

#ibox_frame
{
	height: 100%;
	width: 100%;
}

.iBox_Close
{
	cursor: pointer
}
