/* 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;
	border:1px solid #CCC;
	width:300px;
	height:300px;
	background-color:#eee;
	padding-bottom:30px;
	margin:0;
}

#ibox_content {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0;
	left:0;
	border:1px solid white;
	overflow:auto
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0;top:0px;left:0px;
}

/*  
------------------------------------------------------------------------------*/
#ibox_footer		{	font-weight:bold;
						font:14px "Trebuchet MS", Arial, san serif;
						color:#a20f29;
					}


/*  
------------------------------------------------------------------------------*/

kbd				{	color: #555;
					background-color: #ddd;
					border-right: 1px solid #ccc;
					border-bottom: 1px solid #ccc;
					font-size: inherit;
					font-family: inherit;
					padding: 0 3px 2px 4px;
					margin-right:4px;
					
				}
				
				
#ibox_close a	{	font-weight: bold;
					color: #8ab459;
					text-decoration: none;
					font-size: 11px;
					font-family: Verdana, Sans-Serif;
				}