/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #000;
	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;
	padding: 10px;
	width: 300px;
	height: 200px;
	margin: 0;
}

#ibox_content {
	background-color: #fff;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	position: relative;
	top: 0;
	left: 0;
	overflow: auto;
}

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

.overlay a:link, .overlay a:visited
{
	color: blue;
	font-weight: normal;
}

.overlay a:hover, .overlay a:active
{
	color: orange;
	font-weight: normal;
}


.overlay
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4F4F4F;
	text-align: left;
}