#ibox_wrapper 
	{
    padding: 10px 10px 35px 10px;
    line-height: 25px;
    border-color:#fff;
    border: 2px solid #c72936; /* red Border */
	}

#ibox_wrapper, #ibox_footer_wrapper a 
	{ 
	background-color:#fff; 
	}

#ibox_content 
	{ 
	background-color:#fff; 
	border:0; 
	}

#ibox_footer_wrapper 
	{
    padding: 0 3px;
    bottom: 5px;
    top: auto;
	}

#ibox_footer_wrapper a 
	{
    text-indent: -100000px;
    background: url('images/closelabel.gif') 0 0 no-repeat;
    width: 90px;
    height: 22px;
    overflow: hidden;
	}
	
#ibox_footer_wrapper a:hover
	{
    background: url('images/closelabel.gif') 0 -22px no-repeat;
	}

#ibox_progress 
	{
    text-indent: -100000px;
    background: #fff url('images/loading.gif') center center no-repeat;
	}

#ibox_footer
	{
	font-size: 12px;
	color: #87888a;
	}
	
#ibox_loading
	{
	text-indent: -100000px;
	background: #fff url('images/loading.gif') center center no-repeat;
	}