#facebox {
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 100;
}
#facebox .popup {
    border: 3px solid transparent;
    border-radius: 5px 5px 5px 5px;
    position: relative;
}
#facebox .content {
    background: url("images/popborder.png") repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    border: 0;
    display: table;
    padding: 20px;
    width: 370px;
}
#facebox .content > p:first-child {
    margin-top: 0;
}
#facebox .content > p:last-child {
    margin-bottom: 0;
}
#facebox .loading {
    text-align: center;
}
#facebox .image {
    text-align: center;
}
#facebox img {
    border: 0 none;
    margin: 0;
}
#facebox_overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.facebox_hide {
    z-index: -100;
}
.facebox_overlayBG {
    background-color: #000000;
    z-index: 99;
}
