.hide {
    display: none;
}

#compartilhe {
    display: block;
    vertical-align: top;
}

.compartilhe.compartilheTop {
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.compartilhe {
    clear: both;
    padding: 40px 0px;
    margin: 0px;
    vertical-align: middle;
    font-size: 0px;
    line-height: 0;
}

.compartilhe a {
    display: inline-block;
    height: 20px;
    margin: 0px 0px 0px 8px;
    overflow: hidden;
    color: transparent;
    vertical-align: top;
}

/* botao email */
.compartilhe a.compartilhe_btn-email {
    background-image:url(/imagens/share_email.png);
    width:64px
}

.compartilhe.compartilheTop a.compartilhe_btn-email {
    background-image:url(/imagens/share_email-top.png);
    width:64px;
}

.compartilhe.compartilheMini a.compartilhe_btn-email {
    background-image:url(/imagens/share_email-mini.png);
    width:26px;
}

.compartilhe.compartilheSide a.compartilhe_btn-email {
    background-image:url(/imagens/share_email-side.png);
    width:30px;
    height:30px;
}

.compartilhe.compartilheSide a.compartilhe_btn-email:hover {
    background-position: 0 -30px;
}

.compartilhe a.compartilhe_btn-print {
    background-image:url(/imagens/share_print.png);
    width:163px
}

.compartilhe.compartilheTop a.compartilhe_btn-print {
        background-image:url(/imagens/share_print-top.png);
        width:27px;
}

.compartilhe.compartilheMini a.compartilhe_btn-print {
        background-image:url(/imagens/share_print-mini.png);
        width:27px;
}

.compartilhe.compartilheSide a.compartilhe_btn-print {
        background-image:url(/imagens/share_print-side.png);
        width:30px;
        height:30px;
}

.compartilhe.compartilheSide a.compartilhe_btn-print:hover {
            background-position: 0 -30px;
}

/* Formulário de email modal. */

#janelaModal {
    z-index: 100;
}

#modal_bg {
    background-color: #000;
    cursor: no-drop;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 101;
}

#modal_alert {
    background-color: #FFF;
    position: fixed;
    z-index: 102;
    padding: 8px 10px;
    border: 10px solid #C5C5C5;
    overflow: auto;
    border-radius: 10px;
}

#modal_alertClose {
    width: 52px;
    height: 16px;
    margin: 0px 0px 5px 10px;
    float: right;
    cursor: pointer;
}

h3 {
    color: #223885;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

h1, h2, h3 {
    margin: 0px 0px 20px;
    font-weight: normal;
}

.clear {
    clear: both;
}

#box-formulario-padrao {
    clear: both;
    width: 642px;
    display: block;
    background: none repeat scroll 0% 0% #F8F9FA;
    border: 1px solid #C5C5C5;
    padding: 15px 10px 10px;
    margin-bottom: 30px;
}

.subbox-formulario-padrao {
    background: none repeat scroll 0% 0% #FDFDFE;
    width: 610px;
    border: 1px solid #C5C5C5;
    padding: 20px 15px;
    overflow: hidden;
}

form {
    margin: 0px;
    padding: 0px;
}

.right {
    float: right;
}

/* sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { */ 
sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    border: 0px none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0px;
    outline: 0px none;
    padding: 0px;
    vertical-align: baseline;

}

.highlight {
    background-color: #F0F0F0;
    padding: 15px !important;
    float: none !important;
    margin: 0px !important;
}

.subbox-formulario-padrao ul li input.double {
    width: 286px;
}

.subbox-formulario-padrao ul li input {
    border-left: 1px solid #E2E3E8;
    border-width: 1px;
    border-style: solid;
    border-color: #ACADB2 #DADFE5 #E2E9EF #E2E3E8;
    vertical-align: middle;
}

.subbox-formulario-padrao ul li label {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    color: #393845;
    font-size: 12px;
    display: block;
    white-space: nowrap;
}

#modal_alert ul li {
    list-style: square outside none;
}

li {
    line-height: 18px;
}

.subbox-formulario-padrao ul li {
    list-style: none outside none;
    display: block;
    width: auto;
}

.subbox-formulario-padrao ul li input.btn-enviar {
    background: url('/imagens/btn-enviar.gif') no-repeat scroll 0% 0% transparent;
    width: 70px;
    height: 16px;
    color: #AB0000;
    font-size: 1px;
    display: block;
    border: medium none;
    margin-top: 17px;
    cursor: pointer;
}
