#ibox_wrapper {
    line-height:25px;
    height:409px;
	width:455px;
	position:absolute; 
	top:0;
	left:0;
	z-index:1000001;
	padding:20px 10px 10px 10px;
}

#ibox_wrapper, #ibox_footer_wrapper a { background-color:#fff; }

#ibox_content {
	
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 12px;
	margin-left: 4px;
}

#ibox_footer_wrapper {
	line-height: 25px;
	bottom: 5px;
	top: auto;
	overflow: hidden;
}
#ibox_footer_wrapper a {
	text-indent: -100000px;
	width: 66px;
	padding: 0;
	height: 22px;
	line-height: 22px;
	background-color: #fff;
	background-image: url(images/closelabel.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#ibox_footer_wrapper a:hover { background-color:#fff; }

#ibox_loading {
	text-indent: -100000px;
	width: 200px;
	height: 200px;
	background-color: #fff;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}