/*------------------ibox------------------*/

#ibox_wrapper {
	padding: 10px 10px 50px 10px;
    line-height: 10px;
    border-color:#000;
}

#ibox_wrapper, #ibox_footer_wrapper a { background-color:#fff; }

#ibox_content { 
	background-color:#fff; 
	border:0;
	margin:0;
	padding:0;
	width:425px;
	height:344px;
}

#ibox_footer_wrapper {
    padding: 0 3px;
    bottom: 5px;
    top: auto;
	color:#003399;
}

#ibox_footer_wrapper a {
    text-indent: -10000px;
    background: url('images/closelabel.gif');
    width: 66px;
    height: 22px;
}

#ibox_progress {
    background: #fff url('images/loading.gif') center center no-repeat;
}

#ibox_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000000;
	background-image: url('images/bg.png');
	background-color: transparent;	
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}
