#greenfacebox .b {

  background:url(greenb.png);

}



#greenfacebox .tl {

  background:url(greentl.png);

}



#greenfacebox .tr {

  background:url(greentr.png);

}



#greenfacebox .bl {

  background:url(greenbl.png);

}



#greenfacebox .br {

  background:url(greenbr.png);

}



#greenfacebox {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 999999;

  text-align: left;

}



#greenfacebox .popup {

  position: relative;

}



#greenfacebox table {

  border-collapse: collapse;

}



#greenfacebox td {

  border-bottom: 0;

  padding: 0;

}



#greenfacebox .body {

  padding: 10px;

  background: #fff;

  width: auto;

}



#greenfacebox .loading {

  text-align: center;

}



#greenfacebox .image {

  text-align: center;

}



#greenfacebox img {

  border: 0;

  margin: 0;

}



#greenfacebox .footer {

  border-top: 1px solid #DDDDDD;

  padding-top: 5px;

  margin-top: 10px;

  text-align: right;

}



#greenfacebox .tl, #greenfacebox .tr, #greenfacebox .bl, #greenfacebox .br {

  height: 10px;

  width: 10px;

  overflow: hidden;

  padding: 0;

}



#greenfacebox_overlay {

  position: fixed;

  top: 0px;

  left: 0px;

  height:100%;

  width:100%;

}



.facebox_hide {

  z-index:-100;

}



.facebox_overlayBG {

  background-color: #000;

  z-index: 99;

}



* html #greenfacebox_overlay { /* ie6 hack */

  position: absolute;

  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');

}

#greenfacebox .content {
    overflow-y: hidden !important;
}
#popupfacebox-close {
    background: url("fancybox.png") repeat scroll -40px 0 transparent;
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    z-index: 1103;
}