#facebox {
  position: absolute;
  padding:28px 0 0 261px;
  margin-top:0px;
  width: 729px;
  color:#000;
  z-index: 100;
  text-align: left;
  font-size:12px;
}

#facebox a:link, #facebox a:visited, #facebox a:active {color:#000; font-weight:bold; text-decoration:none;}
#facebox a:hover {text-decoration:underline;}

#facebox .popup {
  position: relative;
}

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

#facebox .body {
  width: 729px;
  background-image: url(../images/writtenContentBacking.png);;
  background-repeat:no-repeat;
}

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

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

#facebox img {
  border: 0;
}

#facebox .footer {
  width:90%;
  float:right;
  background:none;
  text-align:right;
  height:55px;
  padding-right:30px;
  
}


#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {

  overflow: hidden;
  padding: 0;
}


