﻿
div.container_enquete
{
    width:690px;
    margin-left:24px;
    position:relative;
    top:-30px;
}

.titulo_pergunta
{
    width:590px;
    color:#550D1B;
    font-size:16px;
    /*font-variant:small-caps;*/
    font-weight:600;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

.lista_enquete
{
    color:#333;
    font-size:14px;
    margin-left:10px;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

.botao_votar
{
    padding:10px 0px 0px 10px;
}

.enquetes_anteriores
{
    width:600px;
    padding:10px;
    background:#E7D7D7;
    font-size:14px;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    position:relative;
    top:20px;
}

.enquetes_anteriores a
{
    color:#550D1B;
    text-decoration:none;
}

.enquetes_anteriores ul
{
    margin-top:10px;
    line-height:20px;
}

.pergunta_resultado
{
    color:#550D1B;
    font-weight:600;
    width:450px;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    margin-bottom:20px;
}

.fechar_resultado
{
    color:#666;
    font-size:14px;
    float:right;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    text-decoration:none;
}

.fechar_resultado:hover
{
    color:#333;
}

.resultados_anteriores
{
    width:600px;
    padding:10px;
    margin:10px 0px;
    border-width:2px;
    border-style:outset;
    border-color:#550D1B;    
    /*background:#E7D7D7;*/
}

.total_votos
{
    color:#666;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

.numero_votos
{
    color:#550D1B;
}

.principal_alerta
{
    /*display:table;
    margin-top:8px!Important;
    margin-left:-28px!Important;
    margin-bottom:20px!Important;*/
}

/*ALERTAS*/

.alerta_enquete_erro
{
    width:600px;
    color:#FFF!Important;
    height:auto;
    background-color:#6E2220!Important;
    padding:10px 10px 10px 10px;
    margin-left:30px;
    margin-bottom:12px;
    text-align:left;
    font-size:14px;
}

.alerta_enquete_erro img
{
    float:left;
}

.alerta_enquete_erro p
{
    font-weight:bold;
    font-size:14px;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    margin-top:10px;
    margin-left:40px;
}

.alerta_enquete_erro .xis
{
    margin-left:590px;
    position:relative;
    top:-36px;
}

.alerta_enquete_sucesso
{
    width:600px;
    height:36px;
    color:#FFF!Important;
    background-color:#1B4924!Important;
    padding:10px 10px 10px 10px;
    margin-left:30px;
    margin-bottom:12px;
    text-align:left;
    font-size:14px;
}

.alerta_enquete_sucesso img
{
    float:left;
}

.alerta_enquete_sucesso p
{
    font-weight:bold;
    font-size:14px;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    margin-top:10px;
    margin-left:40px;
    position:relative;
    top:-40px;
}

.alerta_enquete_sucesso .xis
{
    margin-left:590px;
    position:relative;
    top:-36px;
}