#facebox .b {
  background:url(b.png);
}

#facebox .tl {
  background:url(tl.png);
}

#facebox .tr {
  background:url(tr.png);
}

#facebox .bl {
  background:url(bl.png);
}

#facebox .br {
  background:url(br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
 /* background-image: background-image:url(facefiles/b.png);*/
}

#facebox .popup {
  position: relative;
  top: 125px;
  left: -90px;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}


#facebox .body_facebook {
  padding: 3px;
  /*background: #fcf4e6;*/
  background: #ffffff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer_facebook {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 0px;
  margin-top: 0px;
  text-align: right;
  vertical-align:middle;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}


#facebox .topleft {
  height: 33px; width: 9px; background-image: url(images/topleft.PNG);
}

#facebox .topmiddl 
{
    height: 33px; background-image: url(images/topmidd.PNG); text-align:right;
}

#facebox .topright
{
    height: 33px; width: 9px; background-image: url(images/topright.PNG);
}

#facebox .middlleft
{
    height: 100%; width: 9px; background-image: url(images/middleft.PNG);
}

#facebox .middlright
{
    height: 100%; width: 9px; background-image: url(images/middright.PNG);
}

#facebox .bottomleft
{
    height: 8px; width: 9px; background-image: url(images/bottomleft.PNG);
}

#facebox .bottommiddl
{
    height: 8px; background-image: url(images/bottommiddl.PNG);
}

#facebox .bottomright
{
    height: 8px; width: 9px; background-image: url(images/bottomright.PNG);
}