#facebox .b {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/b_fb.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
#facebox .b[class] {
  background-image:url(b_fb.png);
}
#facebox .tl {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/tl_fb.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
#facebox .tl[class] {
  background-image:url(tl_fb.png);
}

#facebox .tr {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/tr_fb.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
#facebox .tr[class] {
  background:url(tr_fb.png);
}

#facebox .bl {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bl_fb.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
#facebox .bl[class] {
  background:url(bl_fb.png);
}

#facebox .br {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/br_fb.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
#facebox .br[class] {
  background:url(br_fb.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

