/*
#ibox_wrapper {
    line-height:25px;
    border-color:#fff;
}
#ibox_wrapper, #ibox_footer_wrapper a { background-color:#003e7a; }
#ibox_content { background-color:#c3cee2; border:0; margin: 10px 10px 40px 10px; }
#ibox_footer_wrapper {
    line-height: 25px;
    bottom: auto;
    top: 5px;
}
#ibox_footer_wrapper a {
    text-indent: -100000px;
    border:0;
    background: #003e7a url('../images/glisi_btn_closeX_text.png') center center no-repeat;
    width: 65px;
    padding: 0;
    height: 25px;
    line-height: 25px;
}
#ibox_footer_wrapper a:hover { background-color:#003e7a; }
#ibox_loading {
    text-indent: -100000px;
    width: 140px;
    height: 140px;
    background: #fff url('../images/ibox_loading.gif') center center no-repeat;
}
*/
#ibox_footer_wrapper {
	background-color: #003e7a;
	padding-left: 5px;
}
#ibox_footer {
	color: #ffffff;
	font-size: 10px;
}
#ibox_footer_wrapper a {
	border: 0;
	padding: 0;
    text-indent: -100000px;
    width: 65px;
    line-height: 22px;
    background: url('../images/btn_closeX_text.png') right top no-repeat;
}
#ibox_footer_wrapper a:hover {background-color: #004e9a;}
#ibox_loading {
	color: #003e7a;
    background: #ffffff url('../images/loading.gif') center 25px no-repeat;
}
