/* 
    Document   : empresa
    Created on : 14/03/2011, 13:08:49
    Author     : Filipe filipe@maqina.com.br
    Description: Estilos da pagina empresa.
*/

@import url("espaco-mais-sabor.css"); /* configuracoes do projeto */

div.migalha-de-pao{margin-bottom:52px;}

div.principal-mais-sabor{margin-bottom:40px;}

.tt-secao-voce-mais-sabor{color:#929700; background:url("../imagem/backgrounds/bg-tt-voce-mais-sabor.gif") no-repeat right 35px;}
.tt-urna-de-sugestoes{width:106px; height:48px; background-position:-349px -1276px;}
.tt-cadastro{width:97px; height:20px; background:url("../imagem/titles/titles.png") no-repeat -350px -1341px;}

ul.voce-mais-sabor{
    padding-left:107px;
}

ul.voce-mais-sabor li{
    padding-left:193px;
    width:167px;
    margin-bottom:57px;
}

ul.voce-mais-sabor h3{
    margin-bottom:14px;
}

ul.voce-mais-sabor p{
	font-family:LucidaSansRegular;
    line-height:18px;
    font-size:12px;
    margin-bottom:10px;
}

ul.voce-mais-sabor li.urna-de-sugestoes{
    background:url("../imagem/backgrounds/bg-urna-sugestoes.png") no-repeat 29px 0;
}

ul.voce-mais-sabor li.cadastro{
    background:url("../imagem/backgrounds/bg-cadastro.png") no-repeat 9px 0;
}

ul.botoes-cadastro li{
    padding-left:0;
    margin-bottom:4px;
}

.bt-enviar-urna-sugestoes,
.bt-sou-cliente,
.bt-nao-sou-cliente{
    background: url("../imagem/bullets/bullets.png") no-repeat scroll 0 0 transparent;
    color: #AC664B;
    display: inline-block;
    font-family: "LucidaSansItalic";
    font-size: 12px;
    line-height: 23px;
    padding-left: 29px;
}

.bt-enviar:hover,
.bt-sou-cliente:hover,
.bt-nao-sou-cliente:hover{
    background-position:-30px -33px;
}

.select-empresa,.select-estado{
    float:left;
    width:261px;
    height:31px;
    background:url("../imagem/backgrounds/bg-forms-dialogs.png") no-repeat 0 0;
    position:relative;
}

.select-empresa select,.select-estado select{
    width:100%;
    height:100%;
    opacity:0;
    filter:Alpha(Opacity=0);
}

.select-empresa span,.select-estado span{
    position:absolute;
    top:8px; left:10px;
    font-size:12px;
    color:#A58579;
}

#msg{
    width: 100%;
    color: #993321;
    display: block;
    font-family: "LucidaSansDemiBoldItalic";
    font-size: 13px;
    position: absolute;
    text-align: center;
}

#dialog-cadastro-cliente #msg{top: 400px; left: 0;}
#dialog-cadastro #msg{top: 415px; left: 0;}
#dialog-urna-sugestoes #msg{top: 510px; left: 0;}

#enquete-de-satisfacao{
    float:left;
    width:481px;
    padding-top:37px;
    text-align:center;
    background:url(../imagem/backgrounds/bg-topo-enquete.png) no-repeat top center;
}

#enquete-de-satisfacao #msgEnquete{
    position: absolute;
    left:0;
    top:5px;
    width: 100%;
    color: #993321;
    display: block;
    font-family: "LucidaSansDemiBoldItalic";
    font-size: 13px;
    line-height:16px;
    text-align: center;
    z-index:20;
}

#enquete-de-satisfacao .tt-enquete{
    width:90px;
    height:25px;
    margin:0 auto 25px auto;
    background:url("../imagem/titles/titles.png") no-repeat -336px -1080px;
}

#enquete-de-satisfacao p{
    width:308px;
    font-family:LucidaSansRegular;
    font-size:12px;
    line-height:18px;
    margin:0 auto 30px auto;
}

#enquete-de-satisfacao form{
    float:left;
    padding-bottom:81px;
    background:url(../imagem/backgrounds/bg-enquete-footer.png) no-repeat bottom center;
}
#enquete-de-satisfacao form .line-form{
    float:left;
    width:481px;
}
#enquete-de-satisfacao form .select-empresa{
    width:220px;
    height:30px;
    background:url(../imagem/backgrounds/bg-forms.png) -200px -363px;
}

#enquete-de-satisfacao label{
    float:left;
    font-family:LucidaSansItalic;
    font-size:14px;
    line-height:14px;
    color:#A58579;
}

#enquete-de-satisfacao .line-form .lbl-select{
    display:inline;
    float:left;
    line-height:30px;
    margin-left:95px;
}

#enquete-de-satisfacao .line-bt-votar{
    position:relative;
    height:57px;
    z-index:10;
}

#enquete-de-satisfacao .bt-votar{
    position:absolute;
    bottom:0;
    left:130px;
    z-index: 1;
}

#enquete-de-satisfacao .middle-enquete{
    float:left;
    width:481px;
    padding-top:20px;
    background:url(../imagem/backgrounds/flt-enquete.png) repeat-y;
}

#enquete-de-satisfacao .middle-enquete li{
    display:inline;
    float:left;
    width:302px;
    height:21px;
    padding-top:8px;
    padding-left:23px;
    margin-left:76px;
    border-bottom:1px solid #DEDBC8;
}
#enquete-de-satisfacao .middle-enquete li.last{border-bottom:none;}

#enquete-de-satisfacao .middle-enquete li input{float:left;}

#enquete-de-satisfacao label.error{
    padding-top:5px;
    padding-bottom:5px;
    font-size:11px;
    color:#BB3A29;
    display:block;
    float:none;
}

#enquete-de-satisfacao div.error{
    width:352px;
    padding:0 30px 0 99px;
    background:url(../imagem/backgrounds/flt-enquete.png) left repeat-y;
    float:left;
}

#enquete-de-satisfacao div.error ul li{
    text-align:left;
}
