/* CSS Document */

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

#ibox_wrapper_ {
	position:absolute;
	/* top: 0px;
	left: 0px; */
	z-index:100;
	/* border:1px solid #999;
	height:125px; */
	/* height:161px;
	width:300px; */
	height:auto;
	width:auto;
	background-color:#fff;
	/*background-color:#94BD3D;  Changes bg color */
	padding: 12px 14px 40px 12px; /* Top Right Bottom Left */
	margin:0px 0px 0px px; /* Top Right Bottom Left */
	color:black;
	font-weight:regular;
}

/* #ibox_content {  Controls Login white area 
	background-color:white;
	width:216px;
	height:135px;
	left:-4px;
	position:relative;
	border:1px solid white;
	padding:0px 0px 0px 0px;  Top Right Bottom Left 
	margin:0px 0px 6px 0px;  Top Right Bottom Left 
} */

#ibox_content { /* Controls Login white area */
	background-color:white;
	width:100%;
	height:100%;
	/*left:-4px;*/
	position:relative;
	border:1px solid #fff;
	padding:0px 0px 0px 0px; /* Top Right Bottom Left */
	margin:0px 0px 12px 0px; /* Top Right Bottom Left */
}

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