#facebox .b {
  background:url(../images/facefiles/b.png);
}

#facebox .tl {
  background:url(../images/facefiles/tl.png);
}

#facebox .tr {
  background:url(../images/facefiles/tr.png);
}

#facebox .bl {
  background:url(../images/facefiles/bl.png);
}

#facebox .br {
  background:url(../images/facefiles/br.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;
  color:#000000;
  width: 413px;
  height:176px;
  background-image:url('/images/slimetile.jpg');
}

#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: left;
}

#facebox .header {
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  height:50px;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
/* Added styles by John VanArsdale 9_9_08 */
.center
{
    text-align:center;
}
.footer_image
{
    text-align:left;
}
.ft_left
{
    float:left;
}
.ft_right
{
    padding-top:10px;
    float:right;
}
#facebox .bheader
{
    float:right;
    position:absolute;
    top:10px;
    left:650px;
    text-align: left;
}
.hd_left
{
    float:left;
}
.hd_right
{
    padding-top:10px;
    float:right;
}