#ibox_wrapper { 
  line-height:25px;
  background-color:transparent; 
  border:0px solid blue;
  color:#031333;
  /*box-shadow: h-shadow v-shadow blur spread color outset;  inset is default 
  box-shadow: 0px 0px 10px 5px #666;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; */
} /*entire box*/
   
#ibox_content { background-color:transparent; 
  padding:0px;
  border:0px solid #ccc; 
  margin: 0px 0px 0px 0px; } /*surrounds the image, set to -180 top to stop it bottoming out*/
  
#ibox_footer_wrapper {
    line-height: 25px;
    bottom: 5px;
    top: auto;
    color:#000;
    font-weight:bold;
}
#ibox_footer_wrapper a {
    text-indent: -100000px;
    border:0;
    background:transparent url('images/cross.png') center center no-repeat;
    width: 0px;
    padding: 0;
    height: 22px;
    line-height: 22px;
}
#ibox_footer_wrapper a:hover { background-color:transparent; }
#ibox_loading {
    text-indent: -100000px;
    width: 200px;
    height: 200px;
    background: #fff url('images/loading.gif') center center no-repeat;
}