#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;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 0; 
  background: #ffdaaf url(facebox_bg.gif) left top repeat-x;
  width: 370px; 
  position: relative;
}

#facebox .content { padding: 0 10px; }

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

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

#facebox .body .close_image {
  position: absolute;
  top: -14px;
  right: -14px;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  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;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 101;
}

.facebox_buttons input { min-width: 90px; }

#facebox h1 { color: #003A66; border-bottom: 2px solid #003A66; margin: 14px 0 0; letter-spacing: 2px; text-transform: uppercase; font-size: 18px; font-weight: bold; padding-bottom: 2px; }
#facebox h2 { color: #003A66; border-color: #003A66; margin-top: 14px; }
#facebox h3 { color: #003A66; text-transform: none; }
#facebox h4 { color: #003A66; }
#facebox { color: #666; }
#facebox a { color: #003A66; }

#facebox .document { margin-top: 0; overflow: auto; padding: 12px; height: 240px; }

