/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	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 {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	padding:10px;
	border:0px solid #CCC;
	width:300px;
	min-height:600px;
	background-color:transparent;
	padding-bottom:40px;
	margin:0;
}

#ibox_content {
	background-color:transparent;
	width:100%;
	height:auto;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	border:0px solid #000;
	padding:2px;
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0;top:0;left:0px;
	height:45px;
}
#topbox {
	background-image: url(../img/topbox.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 440px;
}
#bottbox {
	background-image: url(../img/bott-box.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 440px;
}
#boxCont {
	background-image: url(../img/boxcont.png);
	background-repeat: repeat-y;
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
}
.smText {
	font-size: 0.9em;
}
.showEst {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	display: block;
	padding: 3px;
	border: 1px solid #000000;
	width: 75%;
}