#ibox_wrapper {
    line-height:25px;
    border: 3px solid #567484;
    background-color: #E2EDF3;
    color: #123B4F;
}

#ibox_content {
    border:0;
    margin: 10px 10px 0px 10px;
    background-color: #E2EDF3;
}
#ibox_footer_wrapper {
    line-height: 25px;
    bottom: 5px;
    top: auto;
    display: none; 
}
#ibox_footer_wrapper a {
    text-indent: -100000px;
    border:0;
    background: #fff url('images/closelabel.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: 200px;
    height: 200px;
    background: #fff url('images/loading.gif') center center no-repeat;
}


