#facebox :focus {
    outline:0;
}

#facebox #topoValida {
    font-family:Tahoma;
    font-size:16px;
    color:#333;
}

#facebox span {
    font-family:Tahoma;
    color:#000;
    font-size:12px;
}

#facebox {
    position:absolute;
    top:0;
    left:0;
    z-index:100000;
    text-align:left;
}

#facebox .popup {
    position:relative;
}

#facebox table {
    border-collapse:collapse;
}

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

#facebox .body {
    padding:50px;
    width:400px;
    line-height:120%;
    background:#F5F5F5;
    border:10px solid #EA2127;
}

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

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

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

#facebox .footer {
    padding-top:-5px;
    margin-top:-25px;
    text-align:right;
    margin-right:5px;
}

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

#facebox_overlay {
    position:fixed;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
}

.facebox_hide {
    z-index:-100;
}

.facebox_overlayBG {
    background:#000;
    z-index:124;
    height:100%;
    width:100%;
}

#facebox .content {
    line-height:130%;
}