/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #55606b;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#ibox_progress {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}
html>body #ibox_wrapper {padding-bottom: 30px;}
#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	padding:10px;
	/*border:5px solid #738395;*/
	border:5px solid rgb(210,18,54);
	width:300px;
	height:300px;
	/*background-color:#98a6b4;*/
	background-color:rgb(210,18,54);
	padding-bottom:15px;
	margin:0;
	font-family:normal Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:1px;
line-height:17px;
}

#ibox_content {
	background-color:rgb(210,18,54);
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	padding:2px;
}

#ibox_footer_wrapper {
	font-size: 11px; 
	text-decoration: none; 
	color: #fff;
	/*color: #000;*/  
	position:relative; 
	padding:0;
	margin:0;
	top:0px;
	left:0px; 
	letter-spacing: 1px; 
	font-weight: bold;
	}
#ibox_footer_wrapper a {
	font-size: 11px;
	font-weight:lighter; 
	text-decoration: none; 
	/*color: #990000;*/
	color:#fff;
	}
