.wrap1, .wrap2, .wrap3 {
  display: inline-table;
  /* \*/display:block;/**/
}
  
.wrap1 {
  float: left;
  background: url(../img/context/shadow.gif) right bottom no-repeat;
}
  
.wrap2 {
  background: url(../img/context/corner_bl.gif) left bottom no-repeat;
}
  
.wrap3 {
  padding: 0 6px 6px 0;
  background: url(../img/context/corner_tr.gif) right top no-repeat;
}

