#ibox_w {
position : absolute;
top : 0;
left : 0;
z-index : 100;
width : 100%;
height : 100%;
background-color : #000;
margin : 0;
padding : 0;
}
#ibox_progress {
margin : 0;
padding : 0;
position : absolute;
z-index : 105;
}
#ibox_wrapper {
position : absolute;
top : 0;
left : 0;
z-index : 1000;
padding : 10px;
border : 1px solid #ccc;
width : 300px;
height : 300px;
background-color : #999999;
padding-bottom : 30px;
margin : 0;
}
#ibox_content {
background-color : #ffffff;
width : 100%;
height : 100%;
margin-bottom : 5px;
position : relative;
top : 0;
left : 0;
border : 1px solid #000;
padding : 2px;
}
#ibox_footer_wrapper {
position : relative;
padding : 0;
margin : 0;
top : 0;
left : 0;
} 
