#ibox {
    text-align: left;
    z-index: 1000000;
}
#ibox_overlay {
    z-index: 1000000;
}
#ibox_loading {
    position: absolute;
    z-index: 1000001;
}
#ibox_wrapper {
    left: 0;
    margin: 10px;
    position: absolute;
    top: 0;
    z-index: 1000001;
    height: 294px;
    border: 1px solid #000;
    background-color: #999999;
    padding: 10px 10px 5px 10px;
    line-height: 25px;
}


#ibox_content {
    margin: 15px 5px 5px;
    padding: 2px;
    z-index: 1000002;
    height: 294px;
}
#ibox_content object {
    display: block;
}
#ibox_content .ibox_image {
    border: 0 none;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#ibox_footer_wrapper a {
    display: block;
    float: right;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
#ibox_footer_wrapper {
    left: 5px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    text-align: left;
    top: 5px;
    white-space: nowrap;
}




#ibox_footer_wrapper {
    font-weight: bold;
    height: 23px;
    line-height: 23px;
}
/*
#ibox_footer_wrapper a {
    background: none repeat scroll 0 0 #888888;
    border: 1px solid #666666;
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    padding: 0 5px;
    text-decoration: none;
}
*/
#ibox_footer_wrapper a {
    text-indent: -10000px;
    background: url('images/closebox.gif');
    width: 22px;
    height: 22px;
    border: 0;
}

#ibox_footer_wrapper a:hover {
    background-color: #BBBBBB;
    color: #111111;
}
/*
#ibox_footer_wrapper {
    color: #111111;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
*/
#ibox_footer_wrapper {
    padding: 0 3px;
    bottom: 5px;
    top: auto;
}

#ibox_content {
    background-color: #999;
    border: 1px solid #999;
}
#ibox_loading {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 50px;
}

#ibox_progress {
    background: #fff url('images/loading.gif') center center no-repeat;
}

