
/* ibox controls -- most of this shouldn't be touched */
#ibox { z-index: 1000000; }
#ibox_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:1000000;
    /* we use a background image because mac firefox bugs */
    background: url('images/bg.png');
	display:block;
}
#ibox_progress {
    position:absolute;
    z-index:1000001;
}
#ibox_wrapper {
    z-index:1000001;
    padding: 10px 10px 35px 10px;
    line-height: 25px;

}

#ibox_content {
    z-index:1000002;
    overflow:auto;
    height:100%;
    position:relative;
    padding:2px;
}

#ibox_content object { display: block; }
#ibox_content .ibox_image { width: 100%; height: 100%; margin: 0; padding: 0; border: 0; display: block; }
#ibox_footer_wrapper a {
    float: right;
    display: block;
    outline: 0;
    margin: 0;
    padding: 0;
}


/* feel free to customize the following in an external css */

/* footer and close link */

#ibox_footer_wrapper { left: 0; right: 0; top: 0; padding: 0px 0px; }
#ibox_content { padding: 3px; }
#ibox_wrapper { padding: 25px 0 0 0; }
#ibox_content { background: #222;  color: #222; }
#ibox_wrapper { background: ; 	border:none;}
#ibox_footer_wrapper a {
    text-indent: -10000px;
    background: url('images/close.png');
	background-repeat:no-repeat;
	background-position:right;
    width: 106px;
    height: 31px;
}
#ibox_footer_wrapper {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* this is the ibox container */

#ibox_wrapper a { background-color:;	border:none; }

/* inner container */
#ibox_content {
    background-color:#656565;
	border:1px;
	border-color:#656565;
}
#ibox_loading
 {
    width: 128px;
    height: 128px;
    background: url(images/indicator.gif)  center no-repeat;
}
