#mobile .b {
  background:url(/facebox/b.png);
}

#mobile .tl {
  background:url(/facebox/tl.png);
}

#mobile .tr {
  background:url(/facebox/tr.png);
}

#mobile .bl {
  background:url(/facebox/bl.png);
}

#mobile .br {
  background:url(/facebox/br.png);
}

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

}

#mobile .popup {
  position: relative;
}

#mobile table {
  border-collapse: collapse;
}

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

#mobile .body {
  padding: 10px 20px 20px 20px;
  background:url(bg_mobile.gif);
  width: 300px;
}

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

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

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

#mobile .footer {

  padding-top: 0px;
  margin-top: 0px;
  text-align: right;
}

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

#mobile_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background:#000000;
}

.mobile_hide {
  z-index:-100;
}

.mobile_overlayBG {
  background-color:#000000;
  z-index: 10;
}

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

