
#ibox_wrapper,#ibox_footer_wrapper a{background-color:#fff;}
#ibox_footer_wrapper{line-height:25px;bottom:5px;top:auto;}
#ibox_footer_wrapper a{text-indent:-100000px;border:0;background:#fff url('img/closebox.gif') center center no-repeat;width:66px;padding:0;height:22px;line-height:22px;}
#ibox_footer_wrapper a:hover{background-color:#fff;}
#ibox_loading{text-indent:-100000px;width:64px;height:64px;background:#fff url('img/loader.gif') center center no-repeat;}

#ibox { z-index: 1000000; }
#ibox_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:1000000;
    /* we use a background image because mac firefox bugs */
    background: url('img/bg.png');
}
#ibox_wrapper {
    position:absolute;
    top:0;
    left:0;
    z-index:1000001;
    padding:25px 10px 10px 10px;
	line-height:25px;
	border-color:#fff;
}
#ibox_content {
    z-index:1000002;
    overflow:auto;
    height:100%;
    position:relative;
    padding:2px;
    background-color:#fff;
	border:0;
	margin:10px 10px 40px 10px;
}

