#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: 10000;

  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; */
  text-align: right !important;
 /*  padding-top: 5px; */
  margin-top: 10px !important;

  text-align: right !important;
 height:31px !important;  padding:7px 15px 0 0 !important; 
 /* background:url(greenbg.png) no-repeat 7px 0 !important; */
 background:#72A22C!important;
 border-radius:8px; 
 /* height: inherit; */
  width: inherit;
  position: static;

}

#greenfacebox .footer .close{float:right; margin:3px 0 0 0;}



#greenfacebox .tl, #greenfacebox .tr, #greenfacebox .bl, #greenfacebox .br {

  height: 8px;

  width: 9px;

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