#ibox_wrapper { 
  line-height:25px;
  background-color:#fff; 
  border:0px solid #ff0202;
  color:#031333;
  /*box-shadow: h-shadow v-shadow blur spread color outset;  inset is default */
  box-shadow: 2px 2px 10px 5px #666;
 /* -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; */
} /*entire box*/

#ibox_footer_wrapper a { 
  background-color:#000; 
  border:0px solid yellow;
 } /*entire box*/
    
#ibox_content { background-color:#fff; padding:8px; border:0px solid #ccc; margin: 0px 0px 40px 0px; } /*surrounds the image*/
#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: url('../site/cross.png') center center no-repeat;
    width: 14px;
    border:0px solid red;
    padding: 0;
    height: 22px;
    line-height: 22px;
}
#ibox_footer_wrapper a:hover { background-color:#fff; }
#ibox_loading {
    text-indent: -100000px;
    width: 200px;
    height: 200px;
    background: #fff url('images/loading.gif') center center no-repeat;
}