#ibox_wrapper {
    padding: 0 0 35px 0;
    /*line-height: 25px;*/
    border-color:#000;
    position:absolute;
    margin:auto auto;
    z-index:110;
}
#ibox_wrapper, #ibox_footer_wrapper a {
    background-color:#000;
}

#ibox_content {
    background-color:#000;
    border:0;
    padding:10px 0 0 20px;
    color:#fff;
}

#ibox_footer_wrapper {
    padding: 0 3px;
    bottom: 5px;
    top: auto;
    background-color:#000;
    filter: alpha(opacity=80) !important;
    opacity: .8 !important;
    z-index:100;

}
#ibox_footer_wrapper a {
    text-indent: -100000px;
    background: url('images/closelabel.gif');
    width: 66px;
    height: 22px;
}
#ibox_progress {
    text-indent: -100000px;
    background: #fff url('images/loading.gif') center center no-repeat;
}

#ibox_overlay {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:#000;
    filter: alpha(opacity=80) !important;
    opacity: .8 !important;
    z-index:100;
}