#ibox_wrapper
 {
    line-height:25px;
  
	background-color:#515a61;
 	width:580px;
	height:290px; 
	
}

#ibox_content 
{ 
	background-color:#eeeeee;
	width:580px;
	height:260px;
	margin:10px;
}

#ibox_footer_wrapper
 {
	position:absolute;
	margin-top:20px;
	margin-right:5px;
	
   
    
}
#ibox_footer_wrapper a 
{

    border:0;
    background:  url('../../images/design/closeLogo.png') center center no-repeat;
    width: 8px;
    height: 8px;

}

#ibox_footer_wrapper a:hover 
{ 
  border:0;
}
#ibox_loading 
{
    text-indent: -100000px;
    width: 200px;
    height: 200px;
    background: #fff url('../../images/loading.gif') center center no-repeat;
}

