#ibox_overlay{
    background:transparent url(i/bg-patter.png) repeat 0 0;
    opacity:.6;
}

#ibox_wrapper {
    font-size:1em;
    /*padding: 15px 45px 10px 45px;*/
    padding: 15px 25px 40px 25px;
}
#ibox_wrapper,
#ibox_footer_wrapper a{
    background-color:#CFCFCF;
    border:1px solid #8B8B8B;
}
#ibox_content{
    background-color:#CFCFCF;
    border:0;
    font-size:1.15em;
}
#ibox_footer_wrapper {
    padding: 0 3px;
    bottom:13px;
    top:auto;
    left:auto;
    width:9em;
    z-index:1000002;
}
    #ibox_footer_wrapper a {
        background:transparent url(i/ico-close.gif) no-repeat 100% 0;
        color:#fff;
        font-size:1.1em;
        font-weight:bold;
        padding:0 24px 0 0;
        text-decoration:none;
        text-transform:uppercase;
    }
    #ibox_footer{
        display:none;
    }
#ibox_progress {
    text-indent: -100000px;
    background: #CFCFCF url(images/loading.gif) center center no-repeat;
}
