#overlay{ background-color: #000; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 90; }
#facebox { left: 0; position: absolute; text-align: left; top: 0; width: 100%; z-index: 100;}
#facebox .popup { position: relative; }
#facebox .loading { text-align: center; }
#facebox .body { background: #fff; margin: 0 auto; padding: 10px; width: 100px; }
#facebox .image { text-align: center; }
#facebox img { border: 0; }
#facebox .footer { border-top: 1px solid #DDDDDD; float: left; margin-top: 10px; padding-top: 5px; width: 100%; }
#facebox .footer .close { display: block; float: right; width: 25%; }
#facebox .footer .close img { float: right; }
#facebox .footer p.caption { float: left; margin: 0; padding: 0; width: 70%; }
.clearing { clear: both; }