body{
    margin:0px;
    padding:0px;
    background:url(../imgs/fundo.jpg) no-repeat top center fixed;
    font-family: Verdana,Arial;
    font-size:11px;
}

div#estrutura{
    clear:both;
    margin:0px 10px;
}
div#topo{
    clear:both;
    height:148px;
}
div#logoPromo{	
    float:left;
    margin-left:50px;
    width:402px;
    height:148px;
    background:url(../imgs/logoPromo.png) no-repeat;
}
div#logo{
    float:right;
    position:relative;
    width:345px;
    height:92px;
}
div#logoBack{
    position:absolute;
    width:345px;
    height:92px;
    background:#fff;
}
div#logoAux{
    position:absolute;
    width:345px;
    height:92px;
    background:url(../imgs/logo.png) no-repeat center;
}

div#conteudo{
    clear:both;
    position:relative;
    height:500px;
    margin-top:20px;
}
div#conteudoBack{
    position:absolute;
    width:100%;
    height:500px;
    background:#000;
    padding-top:120px;
}
div#conteudoAux{
    clear:both;
    position:relative;
    background:url(../imgs/slogan.png) no-repeat center -10px;
    padding-top:120px;
    color:#FFFFFF;
    overflow:hidden;
    margin-bottom:20px;
}

div#cadastradosucesso,
div#regulamento{
    clear:both;
    margin-left:100px;
    width:800px;
    text-align:center;
}
ol{
    margin-bottom:40px;
}
ol>li{
    margin-bottom:10px;
}

div#login{
    float:right;
    width:190px;
    margin-right:100px;
    padding:10px;
    text-align:center;
}

div#cadastro{
    float:left;
    margin-left:100px;
    width:500px;
}

strong.destaque{
    font-size: 11px;
    color:#fff000;
}
div#cupons{
    float:right;
    width:190px;
    margin-right:100px;
    padding:10px;
    text-align:center;
}

div#localizadores{
    float:left;
    margin-left:100px;
    width:500px;
}

h1{
    font-size:15px;
    color:#FFF000;
    font-weight:bold;
}

select,
input{
    padding:5px;
    font-size:10px;

}
dl{
    *margin-bottom:20px;
}
dt{
    font-weight:bold;
    font-size:10px;
    text-align:left;
}

dd{
    margin:0px;
}

a{
    font-size: 12px;
    color:#fff000;
    font-weight:bold;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}

div.error{
    display: none;
    position:fixed;
    left:50%;
    top:100px;
    margin-left:-200px;
    background:#000;
    color:#fff000;
    width:400px;
    height:250px;
}
label.error{
    color:#fff000;
    font-weight:bold;
}
input.error{
    border:1px solid #ff0000;
}

div.msgCad{
    clear:both;
    text-align:center;
}

div#cuponsCancelados,
div#cuponsAtivos{
    width:200px;
    height:248px;
    margin-bottom:30px;
    overflow:auto;
}

div#localizadorAtivo,
div#localizadorCancelado{
    width:500px;
    height:200px;
    margin-bottom:30px;
    overflow:auto;
}

th.tituloLocalizador{
    color:#fff000;
    text-align:left;
    background:#000;
}
td.colunaLocalizador{
    border-bottom:2px dotted #000;;
}
