#ibox_wrapper {
    padding: 10px 10px 35px 10px;
    line-height: 25px;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    /*border-color:#fff;*/
    }
#ibox_wrapper, #ibox_footer_wrapper a {
    background-color: #ddd
    }
#ibox_content {
    /*background-color:#fff;*/
    border: 1px inset;
    padding: 2px;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
    position: relative;
    top: 0;
    left: 0;
    color: #444
    }
#ibox_footer_wrapper {
    padding: 0 3px;
    bottom: 5px;
    top: auto
    }
#ibox_footer_wrapper a {
    text-indent: -100000px;
    background: url(images/btn_close.png) no-repeat;
    width: 80px;
    /*height:22px;*/
    }
#ibox_loading {
    text-indent: -100000px;
    background: url(images/indicator.gif) center center no-repeat;
    width: 200px;
    height: 200px;
    border: 0;
    /* invalid markup - cursor:hand;*/
    margin: 0;
    padding: 0;
    position: absolute
    }