#facebox .b, #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
    /*background:#a31f1c;*/
    background: #DEE8F2;
    opacity: 0.8;
    -moz-opacity: 0.8;
}

#facebox :focus {
    outline: 0;
}

#facebox #topoValida {
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

#facebox span {
    font-family: Tahoma;
    /*color:#a31f1c;*/
    color: #DEE8F2;
    font-size: 12px;
}

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}

#facebox .popup {
    position: relative;
    width: auto;
    max-width: 800px;
}

#facebox table {
    border-collapse: collapse;
}

#facebox td {
    border-bottom: 0;
    padding: 0;
}

#facebox .body {
    padding: 10px;
    background: #fff;
    max-width: 800px;
    line-height: 130%;
}

#facebox .loading {
    text-align: center;
}

#facebox .image {
    text-align: center;
}

#facebox img {
    border: 0;
    margin: 0;
}

#facebox .footer {
    border-bottom: 1px solid #E9F1FA;
    padding-bottom: 10px;
    text-align: right;
}

.btn_fechar_facebox {
    width: 39px;
    /*background:#a31f1c;*/
    background: #CCCCCC;
    color: #666666;
    font: bold 12px Tahoma, Arial;
    height: 24px;
    padding: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
}

#facebox_overlay {
    z-index: 27893171;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.facebox_hide {
    /* z-index:-100; */
    z-index: 27893171;
}

.facebox_overlayBG {
    background: #000;
    /*z-index:99;*/
    z-index: 27893171;
    height: 100%;
    width: 100%;
}

#facebox .content {
    line-height: 130%;
}