#agreement .b {
  background:url(b.png);
}

#agreement .tl {
  background:url(tl.png);
}

#agreement .tr {
  background:url(tr.png);
}

#agreement .bl {
  background:url(bl.png);
}

#agreement .br {
  background:url(br.png);
}

#agreement {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#agreement .popup {
  position: relative;
}

#agreement table {
  border-collapse: collapse;
}

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

#agreement .body {
  padding: 10px;
  background: #fff;
  width: 570px;
}

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

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

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

#agreement .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

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

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

.agreement_hide {
  z-index:-100;
}

.agreement_overlayBG {
  background-color: #000;
  z-index: 99;
}

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

