body {
  margin: 0px;
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6000;
  text-align: left;
  direction: ltr;
  width: auto;
}
#facebox .b {
  background: url(/images/lightbox/b.png);
}
#facebox .tl {
  background: url(/images/lightbox/tl.png);
}
#facebox .tr {
  background: url(/images/lightbox/tr.png);
}
#facebox .bl {
  background: url(/images/lightbox/bl.png);
}
#facebox .br {
  background: url(/images/lightbox/br.png);
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color: black;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#facebox .popup {
  position: relative;
}
#facebox table {
  border-collapse: collapse;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #c0b3b2;
  width: 300px;
  font-weight: bold;
}
#facebox .loading, #facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}

#faceboxFooter {
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#faceboxFooter a {
  color: #a91f23;
}

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

.lbTerms {
  width: 750px;
}

.lbPaymentMethod {
  width: 610px;
}

* html #overlay {
  /* ie6 hack */
  _position: absolute;
  _height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

