body {
  margin: 0px;
}

#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);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6000;
  text-align: left;
  direction: ltr;
  width: 	auto;
}
#overlay{
  position:fixed;
  top:0;
  left:0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color:#000;
  -moz-opacity: 0.4;
  opacity:.40;
  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 {
  text-align: center;
}

#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');
}
