/*
Folha de Estilos - CSS
Projeto: Painel de Administracao de E-mails Task
Data: 20/04/2009
Autor: Lucas Gustavo (lucas@task.com.br)
*/
.h1_inicio_site {
    /*background: -moz-linear-gradient(center top , #CACBC0, #E7E9DC) repeat scroll 0 0 transparent;*/
    background: #e9eadd;
    color: #6B6B6B;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding-top: 3px;
    text-align: center;
    width: 100%;
}


#login_btn{
    display:list-item;
    width: 1px !important;
}

/* Styles for the lavalamp menu */

.lavaLamp {
    position: relative;
    height: 50px;
    padding: 0; margin: 0px 0;
    overflow: hidden;
    float: right;
}

.lavaLamp li {
    float: left;
    list-style: none;
}

.lavaLamp li.back {
    background: url(/images/novomail/menu_topo_hover2.jpg) no-repeat top right;
    width: 9px; height: 50px;
    z-index: 8;
    position: absolute;
    color: #FFF;
}

.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li:hover{
    /*  color: #FFF !important;
  font-weight: bold !important;
    */
}

.lavaLamp li.current a{
    font-weight: bold !important;
}

.lavaLamp li.back .left {
    background: url(/images/novomail/menu_topo_hover2.jpg) no-repeat top left;
    height: 50px;
    margin-right: 9px;
}

.lavaLamp li a {
    position: relative; overflow: hidden;
    text-decoration: none;
    font: 20px arial;
    color: #503f47;
    outline: none;
    text-align: center;
    height: 30px;
    top: 7px;
    z-index: 10;
    letter-spacing: 0;
    float: left;
    display: block;
    margin: auto 10px;
}

.lavaLamp li a.first {
    color: #FFF;
}



*{
    margin:0;
    padding:0;
    border:none;
}

body{
    font-family:Verdana;
    font-size:14px;
    color:#333;
    width:100%;
    /*    background: url( /images/novomail/fundo_login.png) repeat-x; */
}

a{
    cursor:pointer;
    border:none;
}

#all{

    background:url(/images/novomail/fundo_login.png) repeat-x #e9eadd !important ;
}

h1,h2,span{
    cursor:default;
    font-weight: normal;
}

#pagina{
    /*
   float:left;
     width:97%;
     margin:20px 0 0 25px;
     _margin:0px 0 0 25px;*/

    margin: 0px auto;
    min-height: 650px;
    text-align: left;
    width: 980px;
}

br{
    clear:both;
}

.topo{
    float:left;
    width:98%;
    margin-top: 15px;
}

.logo{
    float:left;
    width:25%;
}

.right_topo{
    float:right;
    width:70%;
    margin-top:10px;    
}

.barlogon{
    float:left;
    clear:both;
    width:97%;     
    height:30px;        
    margin-top:10px;
    padding:5px;

}

.left_logon{
    float:left;
    margin-top:2px;
    width:600px;
}

.right_logon{
    float:left;
    width:680px;
    _width:675px;
    padding-top: 5px;
    padding-left: 145px;
}
#divBackground {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.englobaDivBox{
    float: left;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 75%;
    z-index: 99999;
}

.divBox{
    background: url("/images/novomail/bg_alter_senha.png") no-repeat scroll 0 0 #F5FAD2 !important;
    height: 291px;
    margin: auto;
    width: 804px;
}
.tit_esq_senha{
    font-size: 16px;
    height: 33px;
    width: 100%;
}
.tit_esq_senha h4{
    color: #FFFFFF;
    float: left;
    padding: 10px 0 6px;
    width: 50%;
}
.img_esq_senha{
    padding: 6px 0 0 5px;
}
.meio_esq_senha{
    width: 100%;
}

.inst_esq_senha{
    float: right;
    margin: 8px 0;
    width: 380px;
}
.inst_esq_senha p{
    padding: 7px 17px;
    text-align: justify;
    font-size: 12px;

}
.form_esq_senha{
    padding-top: 20px;
}

.form_esq_senha label{
    font-size: 14px;
    margin-right: -5px;
}

.form_esq_senha input{
    background: url("/images/novo_input_login.jpg") repeat-x scroll 0 0 transparent !important;
    border: 1px solid #799B4E !important;
    height: 20px;
    width: 215px;
}
.form_esq_senha input.botao{
    background: url("/images/novomail/btn_env.png") no-repeat scroll 0 0 transparent !important;
    border: medium none !important;
    color: #FFFFFF !important;
    cursor: pointer;
    float: left;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    height: 24px !important;
    margin-left: 163px;
    margin-top: 24px;
    padding: 0 8px 3px;
    width: 82px !important;
}

.form_esq_senha input.botao:hover{
    background: url("/images/novomail/btn_env_hover.png") no-repeat scroll 0 0 transparent !important;
}



.link_esq_senha{
    float:none;
    margin-top: 16px;
    text-align: right;
    color: #788f0c !important;
    cursor: pointer;
    text-decoration:none;

}
.link_esq_senha:hover{
    text-decoration:underline;
    color: #92B003  !important;
}
.link_esq_senha span{
    text-decoration:none;
    color: #556101 !important;
    font-size:11px !important;
    cursor: pointer;
    width: 115px !important;
}
.link_esq_senha span:hover{
    text-decoration:underline;
    color: olive !important;
}

/*
.right_logon form{
  float: right !important;
}
*/

.barlogon span{
    color: white;
    float: left;;
    font-family: Verdana;;
    font-size: 16px;;
    font-weight: bold !important;;
    margin-right: 5px;;
    margin-top: 3px;;
    text-align: right;;
    width: 70px;
}

.barlogon span.enviar{
    float:left;
    font-family:Verdana;
    font-weight: bold !important;
    text-align: right;
    color:#FFF;
    margin:3px;
    font-size:16px;
    width: 95px;
}

.barlogon span a{
    float:right;
    font-family:Verdana;
    color:#FFF;
    text-decoration:none;
    font-size:16px;
    height:20px;
}

.barlogon span a:hover{
    text-decoration:underline;
}

.barlogon span a p{
    margin:0 !important;
}

.barlogon p{
    float:left;
    font-family:Verdana;
    color:#E4E9EE;
    font-size:12px;
    margin-top:4px;
}

.barlogon p em{
    opacity:0.6;
    margin-left:3px;
    font-style:normal !important;
}

.barlogon img{
    margin-left:7px;
    _margin-left:3px;
    margin-top:-2px;
}

.conteudo p {
 text-align: justify !important;
}
.conteudo{
    float:left;
    clear:both;
    width:100%;
    padding-top: 15px;
}

.vantagens li {  
    list-style: none;
    padding: 20px 70px;

}
.vantagens li h2{  
    font-weight: normal;
    font-size: 20px;

}

.vantagens li p{    
    font-size: 12px;

}

#vantagem01{
    background: url(/images/novomail/auditar-64.png) no-repeat 0% 4px;
}
#vantagem02{
    background: url(/images/novomail/BarGraph%20_64_64.png) no-repeat 0% 4px;
}
#vantagem03{
    background: url(/images/novomail/Binoculars-64.png) no-repeat 0% 4px;
}
#vantagem04{
    background: url(/images/novomail/busca-64.png) no-repeat 0% 4px;
}
#vantagem05{
    background: url(/images/novomail/busca-log-64.png) no-repeat 0% 4px;
}
#vantagem06{
    background: url(/images/novomail/WorldMap-64.png) no-repeat 0% 4px;
}
#vantagem07{
    background: url(/images/novomail/Cancel-64.png) no-repeat 0% 4px;
}
#vantagem08{
    background: url(/images/novomail/server-64.png) no-repeat 0% 4px;
}
.meio_left, .meio_right{
    float: left;
    width:478px;  
    padding-top: 30px;
    /* border: 1px solid red; */
}
.meio_left_inicio{
    width:350px;
    float: left;
}

.meio_right_corporativo{
    width:350px;
    float: right !important;
}

.meio_right_inicio{    
    float: left;
    padding-top: 30px;
    padding-left: 30px;
    /*  border: 1px solid red; */
    width: 565px;
}

.meio_left h1, .meio_right h1, .meio_left_inicio h1 {
    font-size: 25px;
}

.meio_left p, .meio_right p, .meio_left_inicio p{
    font-size: 16px;
    padding: 10px 0;
    margin: 0  20px 0 0;
}

/*
.meio_right p{
  font-size: 14px;  
  text-align: justify;
  float: right;
}
*/

.link_especial {
    color: #503F47;
    display: block;
    font: bold normal normal 20px/normal arial;
    height: 40px;
    letter-spacing: 0px;
    margin: 40px 10px ;
    outline: ;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 7px;
    z-index: 10;
    background: url(/images/novomail/menu_topo_hover2.jpg) no-repeat;
    padding: 5px;
}

.link_especial_precos {
    color: #503F47;
    display: block;
    font: bold normal normal 16px/normal arial;
    min-height: 45px;
    letter-spacing: 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
    background: url(/images/novomail/botao.png) no-repeat center;
}

.link_especial_precos:hover{
    background: url(/images/novomail/botao_hover.png) no-repeat center;

}

.preco_adicional{
   
    width: 900px;
    margin-left:30px;
    float: left;
    display: block;
    padding: 0px 13px;
}
.preco_adicional img{
    float:left;
    margin-left: 130px;
}
.preco_adicional span.texto{
    float:left;
    padding-top: 15px;
    width: 600px;
    color: #6E6F65;
}
.link_inicio{
    float:left;
}

.meio_center{
    background: #E9EADD;
    clear: both;
    color: #503F47;
    margin: 0px auto;
    min-height: 85px;
    text-align: center;
    width: 150px;
}

.link_especial:hover {
    color:#68565e ;
}

.meio_left p a, .meio_left_inicio p a{
    color: #333 ;
}

.meio_left p a:hover {
    color:#68565e ;
}


.engloba_menu{
    float:left;
    width:210px;
    margin-top:0px;
}

.menu{
    float:left;
    margin-top:0;
    margin-left:20px;
    width: 145px;
    text-align: center; 
}

.menu_primeiro{
    margin-left: 145px !important;
}

.inicio{
    background:  url(/images/novomail/top_menu_portal.png)  no-repeat;
    min-height: 20px;
}
.fim{
    background: url(/images/novomail/top_menu_portal_rodape.png) no-repeat;
    min-height: 20px;
}

.menu h1{
    font: normal normal bold 18px/normal arial !important;
    line-height: 16px;
    margin: 0 !important;
    padding-top: -20px;
    border-left: 1px solid #BFC1A0;
    border-right: 1px solid #BFC1A0;
    text-align: center;
    width: 143px;
    position: relative;


}
.menu h2{
    float:left;
    clear:both;
    font-family:  Arial, Verdana;
    font-size:16px;
    font-weight: normal;
    width:143px;
    padding-top:1px;
    padding-bottom: 10px;
    border-left: 1px solid #BFC1A0;
    border-right: 1px solid #BFC1A0;
}

.menu h3{
    float:left;
    clear:both;
    font-family:  Arial, Verdana;
    font-weight: normal;
    font-size:16px;
    width:143px;
    padding-top:1px;
    border-left: 1px solid #BFC1A0;
    border-right: 1px solid #BFC1A0;

}
.menu h4{
    float:left;
    clear:both;
    font-family:  Arial, Verdana;
    font-size:10px;
    color: #777;
    font-weight: normal;
    width:143px;
    padding-top:7px;
    border-left: 1px solid #BFC1A0;
    border-right: 1px solid #BFC1A0;

}

input.login{
    background-color: #e1e7b6;
    border: 1px inset #b7c93d;
    width: 200px;
    margin:0;
}

input.login:hover{
    background-color: #e1e5c6;
    border: 1px inset #b7c93d;
}

.meio{
    float:left;
    margin:10px 0 0 20px;
    width: 900px;
    /*background:url(/images/bg_meio.jpg) repeat-x #FFF; */
    padding:1px 20px;
    min-height:313px;

}

.meio h1, .conteudo h1{
    float:left;
    font-family:Verdana;
    font-size:26px;
    margin-top: 10px;
    font-weight:normal;
}

/*
.meio h1, .conteudo h2{
    float:left;    
    font-family:Verdana;
    font-size:26px;
    margin: 0px 0px 20px;
     padding-bottom:20px;
    font-weight:normal;    
}
*/

.meio span{
    float:left;
    color:#003785;
    clear:both;
    margin-left:5px;
    _margin-left:8px;
    font-size:12px;
    font-family:Verdana;
    margin-top:10px;
    text-align:justify;
    *width:90%;
}

.meio span a{
    color:#003785;
    font-size:12px;
    font-family:Verdana;
    text-decoration:underline;
    outline:0;
}

.meio span a:hover{
    text-decoration:none;
}


.form .input:focus{
    border:1px solid #CCC;
}

.checkbox{
    float:left !important;
    margin-top:1px !important;
    margin-left:3px !important;
    width:auto !important;
    border:none !important;
}

.botao{
    float:left;
    width:auto !important;
    background: url(/images/botao-3.jpg) repeat-x !important;
    height:23px !important;
    color:#FFF !important;
    padding-left:13px;
    padding-right:13px;
    padding-top:0;
    cursor:pointer;
    _height:23px !important;    
    border: 1px solid #799B4E;
    *border:none !important;
}

.form .botao:hover{
    color:#CCC !important;
}

.formlist .botao{
    margin-left:0 !important;
}

.formlist{
    margin-top:0px !important;
}

.formlist label{
    width:130px !important;
    text-align:left !important;
    margin-left:5px;
}

.subitens{
    float:left;
    clear:none;
    width:350px;
    margin-left:5px;
    margin-top:17px;
}

.subitens label{
    width:80px !important;
    text-align:left !important;
    font-size:11px !important;
    margin-top:1px;
}



.subitens_senha{
    margin-left:30px !important;
}

.subitens_senha fieldset{
    margin:10px 0px 10px 40px;
    padding:15px 0px 10px 5px !important;
    width:500px;
    background:url(/images/bg6.png) repeat-x;
    border:1px solid #999;
}
.subitens_senha label{
    width:130px;
}
.subitens_senha span{
    margin-bottom:10px;
}

.pesquisar_log select{
    width:250px !important;
    background:none repeat scroll 0 0 #FFFFFF !important;
    height:19px;
}
.bloqueio_anexos{
    float:left;
    clear:both;
    width:100%;
    margin-bottom:15px;
}
.inp_align input{
    width:100px !important;
}

.titulo_bloqueio{
    float:left;
    clear:both;
    width:100%;
}

.titulo_bloqueio span{
    color:#FFF;
    background:#1C4E7B;
    padding:5px;
    width:120px;
    _width:130px;
    _margin-left:10px;
    text-align:center;
    clear:none !important;
}

.titulo_bloqueio.colunas{
    float:left;
    width:130px;
    margin-left:5px !important;
    clear:none !important;
}

.conteudo_bloqueio{
    float:left;
    border:1px solid #1C4E7B;
    margin-left:5px;
    width:128px;
    min-height:220px;
    *height:280px;
}

.conteudo_bloqueio input{
    float:left;
    clear:both;
    margin:5px;
}

.conteudo_bloqueio label{
    float:left;
    clear:none;
    margin-top:3px;
    *margin-top:7px;
    *margin-left:-4px;
}

.conteudo_bloqueio label:hover{
    color:#666;
}

.formbloqueio{
    margin-top:0px !important;
}

.formbloqueio label{
    width:130px !important;
    text-align:left !important;
    margin-left:5px;
}

.formsuporte{
    margin-top:0px !important;
}

.formsuporte label{
    width:50px !important;
    text-align:left !important;
    margin-left:60px;
}

.listagem_contas{
    float:left;
    width:480px;
    margin-top:20px;
    margin-bottom:10px;
    margin-left:4px;
}
.titulo_listagem{
    float:left;
    clear:both;
    width:480px;
    background:#1C4E7B;
    border-bottom:1px solid #CCC;
    padding-bottom:3px;
}

.coluna01_titulo{
    float:left !important;
    font-weight:bold;
    font-size:12px !important;
    color:#FFF !important;
    margin-top:0px !important;
    height:20px;
    padding-top:5px !important;
    margin-left:5px !important;
    width:20px !important;
    clear:both;
}

.coluna02_titulo{
    float:left !important;
    font-weight:bold;
    font-size:12px !important;
    color:#FFF !important;
    margin-top:0px !important;
    height:20px;
    padding-top:5px !important;
    margin-left:5px !important;
    width:300px !important;
    clear:none !important;
}

.coluna03_titulo{
    float:left !important;
    font-weight:bold;
    font-size:12px !important;
    color:#FFF !important;
    margin-top:0px !important;
    height:20px;
    padding-top:5px !important;
    margin-left:5px !important;
    width:100px !important;
    clear:none !important;
}

.conteudo_listagem{
    float:left;
    clear:both;
    width:480px;
}

.linha_conteudo_listagem{
    float:left;
    clear:both;
    border:1px solid #1C4E7B;
    border-top:none;
    height:25px;
    width:478px;
    background:#FFF;
}

.linha_conteudo_listagem:hover{
    background:#EAEAEA;
}

.listagem_contas span{
    clear:none !important;
}

.coluna01{
    float:left;
    width:20px;
    clear:both;
}

.linha_conteudo_listagem .coluna01 input{
    float:left;
    margin:6px;
    *margin:2px;
}

.linha_conteudo_listagem span{
    float:left;
    margin-left:12px !important;
    margin-top:4px !important;
}

.coluna02{
    float:left;
    width:300px;
}

.coluna03{
    float:left;
    width:100px;
}

.listagem_auditadas{
    float:left;
    width:620px;
    margin-top:20px;
    margin-bottom:10px;
    margin-left:4px;
}

.titulo_auditadas{
    float:left;
    clear:both;
    width:620px;
    background:#1C4E7B;
    border-bottom:1px solid #CCC;
    padding-bottom:3px;
}
.conteudo_auditadas{
    float:left;
    clear:both;
    width:618px;
}
.linha_conteudo_audit{
    float:left;
    clear:both;
    border:1px solid #1C4E7B;
    border-top:none;
    height:25px;
    width:618px;
    background:#FFF;
}
.texto_adicional{
    float:left;
    clear:both;
    margin-top:30px;
}

.texto_adicional img{
    float:left;
}

.texto_adicional h2{
    float:left;
    color:#003785;
    font-size:12px;
    margin:5px;
    font-family:Verdana;
    font-weight:bold;
}

.texto_adicional span{
    float:left;
    clear:both;
    margin-left:34px;
    color:#003785;
    font-size:11px;
    margin-top:5px !important;
}
.rodape {
    clear: both;
    color: #6B6B61;
    background: #e9eadd;
    min-height: 85px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    font-size: 10px !important;
}

.rodape a:hover, .rodape a:active, .rodape a{
    color: #6B6B61;
}

.left_rodape{
    float:left;
    width:80%;
    cursor:default;
    font-family:Verdana;
    font-size:10px;
}

.left_rodape img{
    float:left;
    margin:14px;
}

.left_rodape p{
    float:left;
    color:#006699;
    margin-top:5px;
}

.left_rodape a{
    color:#003366;
    text-decoration:underline;
}

.texto_left_rodape{
    float:left;
    width:600px;
}

.left_rodape a:hover{
    text-decoration:none;
}

.left_rodape span{
    float:left;
    color:#999;
    margin-top:15px;
}

.task_copy{
    float:left;
    padding-top:18px;
}

.right_rodape{
    float:right;
    width:20%;
    _width:20%;
    text-align:right;
}

.right_rodape a{
    float:right;
    margin:10px;
}

/* Mensagens */

.notice, .error, .warning, .info {
    font: 16px Trebuchet MS, sans-serif;
    font-weight: normal;
    margin: 5px 5px 15px 5px;
    padding: 5px 5px 5px 10px;
}

.notice {
    border: 1px dashed #9c9;
    background: #e2f9e3;
    color: #060;
}

.error {
    border: 1px dashed #FF0000;
    background: #FFDFDF;
    color: #C00;
}

.warning {
    border: 1px dashed #dd0;
    background: #FF0000;
    color: #000;
}

.info {
    border: 1px dashed #82c2d4;
    background: #ebf5f8;
    color: #000;
}

/* FIM */

.admin_index{
    float:left;
    clear:both;
    width:100%;
}

.listagem_admin{
    float:left;
    clear:both;
    margin-top:10px;
    margin-left:4px;
    width:600px;
    _width:610px;
    border:1px solid #1C4E7B;
    border-bottom:none !important;
}

.lista_relat{
    width:700px !important;
    _width:710px !important;
    margin-top:0px;
}

.listagem_admin span{
    float:left;
    width:auto;
    clear:none !important;
}

.primeira_linha_admin{
    float:left;
    clear:both;
    width:100%;
    height:21px;
    padding-top:4px;
    background:#1C4E7B;
    border-bottom:1px solid #1C4E7B;
}

.primeira_linha_admin span{
    float:left;
    color:#FFF;
    font-weight:bold;
}

.linha_admin{
    float:left;
    clear:both;
    border-bottom:1px solid #1C4E7B;
    width:100%;
    height:21px;
    padding-top:4px;
    background:#FFF;
}

.linha_admin_especial{
    background:#EAEAEA;
    float:left;
    clear:both;
    border-bottom:1px solid #1C4E7B;
    width:100%;
    height:21px;
    padding-top:4px;
}

.linha_admin:hover{
    background:#EAEAEA;
}

.linha_admin span a{
    text-decoration:underline;
    float:left;
    margin:0;
    padding:0;
}

.linha_admin span a:hover{
    text-decoration:none;
}

.admin_coluna01{
    float:left;
    margin-top:0 !important;
    margin-left:5px !important;
    *margin-left:7px !important;
    width:440px !important;
}

.admin_coluna01_suporte{
    float:left;
    margin-top:0 !important;
    margin-left:5px !important;
    *margin-left:7px !important;
    width:550px !important;
    min-height: 90px;
}

.admin_coluna01_especial{
    color:#666 !important;
    margin-top:0 !important;
}

.admin_coluna02{
    float:left;
    margin:0 !important;
    width:75px !important;
}

.admin_coluna03{
    float:left;
    margin:0 !important;
    width:65px !important;
}

.numero_contas{
    float:left;
    width:600px;
    clear:both;
    margin-top:8px;
    margin-left:4px;
}

.numero_contas p{
    float:left;
    clear:both;
    margin:0 !important;
    color:#666;
    font-size:11px;
    cursor:default;
}

.dica_index_admin{
    float:left;
    clear:both;
    width:550px;
    padding:20px;
    border:1px dashed #666;
    background:#FFFFCF;
    margin:8px;
}

.dica_index_admin h2{
    float:left;
    width:100%;
    color:#666;
    font-weight:normal;
    font-size:18px;
}

.dica_index_admin p{
    float:left;
    width:100%;
    text-align:justify;
    color:#666;
    font-weight:normal;
    font-size:12px;
    cursor:default;
    margin-top:14px;
}

.dica_index_admin:hover p{
    color:#333;
}

.dica_index_admin:hover h2{
    color:#000;
}

.email_vermelho{
    float:left;
    clear:none !important;
    margin:0 0 0 4px !important;
    color: #DE5566 !important;
    width:150px;
}
.email_laranja{
    float:left;
    clear:none !important;
    margin:0 0 0 4px !important;
    color: #FFA500 !important;
    width:150px;
}

.email_verde{
    float:left;
    clear:none !important;
    margin:0 0 0 4px!important;
    color: #55B066 !important;
    width:150px;
}

#email_disponivel{
    float:left;
    clear:none !important;
    margin:0 !important;
    width:180px;
}
.link_function{
    color: #551A8B !important;
    font-family: tahoma !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    outline:0;
}
.linkto_function{
    color: #8B008B !important;
    font-family: tahoma !important;
    font-size: 13px !important;
    text-decoration: none !important;
    outline:0;
    font-weight: bold !important;
}
.titulo_complemento{
    clear:none !important;
    margin:0 !important;
    font-size:18px !important;
    float:none !important;
    margin-left:4px !important;
    color:#666 !important;
    font-weight:normal !important;
}

#autoresponder_texto{
    float:left;
    clear:both;
    width:445px;
}

.form textarea{
    float:left;
    margin-left:5px;
    border:1px solid #003366;
    background:#FFF;
    width:430px;
    height:150px;
    color:#333;
    padding:1px;
    margin-bottom:10px;
}

.form textarea:focus{
    border:1px solid #CCC;
}

.form_gerencia_emails div{
    display:none;
}

.btn_lista_postmaster{
    float:left;
    background:none;
    border:none;
    color:#003785;
    font-family:Verdana;
    font-size:12px;
    text-decoration:underline;
    cursor:pointer;
    *margin-left:-10px;
    _margin-left:-20px;
    _position:relative;
}

.btn_lista_postmaster_especial{
    float:left;
    background:none;
    border:none;
    color:#003785;
    font-family:Verdana;
    font-size:12px;
    text-decoration:underline;
    cursor:pointer;
    margin-left:0px;
    *text-align:left;
    _margin-left:0px;
    _position:relative;
}

.btn_lista_postmaster_email{
    float:left;
    background:none;
    border:none;
    color:#003785;
    font-family:Verdana;
    font-size:12px;
    text-decoration:none;
    cursor:pointer;
    margin-left:-10px;
    _position:relative;
    *text-align:left;
    *margin-left:-15px;
    _margin-left:-20px;
}

.btn_lista_postmaster_email:hover{
    text-decoration:none;
    cursor:pointer;
}

.btn_lista_postmaster:hover{
    text-decoration:none;
    cursor:pointer;
}

.aviso_quota_emails_vermelho{
    float:left;
    clear:none !important;
    margin:0 !important;
    color: #DE5566 !important;
    margin-left:4px !important;
    margin-top:-12px !important;
}

.aviso_quota_emailslista_vermelho{
    color: #DE5566 !important;
}

.campo_pequeno{
    width:140px !important;
    margin-right:5px;
}

.campo_medio{
    width:180px !important;
    margin-right:5px;
}

.campo_grande{
    width:320px !important;
    margin-right:5px;
}

.texto_dominio{
    color:#003785;
    font-size:11px;
    cursor:default;
    margin-top:2px;
    float:left;
    margin-right:10px;
}

.lista_maillist{
    background-color: #EAF0F4;
    border:1px solid #1C4E7B;
    float:left;
    padding: 4px;
    margin: 5px;
    min-width:500px;
}

.menulistas{
    float:left;
    min-width:500px;
    border:1px solid #1C4E7B;
    background:#EAF0F4;
    margin-top:10px;
}

.menulistas h1{
    float:left;
    background:url(/images/bg_menu.jpg) repeat-x left;
    height:19px;
    width:207px;
    border-bottom:1px solid #1C4E7B;
    color:#1C4E7B;
    font-size:13px;
    padding-left:3px;
    padding-top:1px;
    cursor:default;
    font-family:Verdana;
}

.menulistas ul{
    float:left;
    clear:both;
    list-style:none;
}

.menulistas ul li{
    float:left;
    clear:both;
    font-family:Verdana;
    font-size:12px;
    /*height:27px;
    width:210px;*/
    margin-left:0px;
    background:#EAF0F4;
}

.menulistas ul li:hover{
    background:#1C4E7B;
}

.menulistas ul li a{
    float:left;
    padding-top:6px;
    /*height:21px;
    width:204px;*/
    padding-left:6px;
    text-decoration:none;
    color:#1C4E7B;
}

.menulistas ul li:hover a{
    color:#FFF;
}

.checkbox_especial_listamail{
    width: auto !important;
}

.form_pequeno{
    margin-left: 50px;
    margin-top: 5px;
}

.form_pequeno_label{
    float:left;
    color:#333;
    font-family:Verdana;
    font-size:13px;
    width:150px;
    text-align:left !important;
    clear:both;
    margin-bottom:3px !important;
}

#resultado_contato{
    height: 50px;
    width: 240px;
    float: left;

}

.aviso_contatos_vermelho{
    float:left;
    clear:none !important;
    margin:0 !important;
    color: #DE5566 !important;
}

.aviso_contatos_verde{
    float:left;
    clear:none !important;
    margin:0 !important;
    color: green !important;
}

.botao_form_contatos{
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.text_area_emails_lista{
    width: 280px !important;
}

.text_area_emails_lista{
    width: 280px !important;
}
.emails_lista_box{
    width: 480px;
}
.relatorio_feedback_listaemails{
    float: left;
    clear: both;
    width: 460px;
    padding: 10px 10px 20px 10px;
    background: #F5F5F5;
    border: 1px solid #CCC;

}
.relatorio_feedback_listaemails h2{
    float: left;
    clear: both;
    width: 430px;
    color: #393;
    font-size: 17px;
    font-weight: normal;
    margin: 10px;

}

.relatorio_feedback_listaemails h3{
    float: left;
    clear: both;
    width: 430px;
    color: #990000;
    font-size: 17px;
    font-weight: normal;
    margin: 10px;

}
.relatorio_feedback_listaemails h4{
    float: left;
    clear: both;
    width: 430px;
    color: #990000;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 10px 15px;

}
.relatorio_feedback_listaemails ul{
    float: left;
    clear: both;
    width: 440px;
    list-style: none;
    margin-left: 15px;
}
.relatorio_feedback_listaemails ul.especial{
    margin-left: 30px;
}
.relatorio_feedback_listaemails ul li{
    float: left;
    clear: both;
    width: 440px;
    list-style: none;

}

.digg_pagination {
    background: white;
    /* self-clearing method: */ }
.digg_pagination a, .digg_pagination span {
    clear: none;
    padding: .2em .5em;
    display: block;
    float: left;
    margin-left:5px;
    margin-top:10px;
}
.digg_pagination span.disabled {
    color: #999;
    border: 1px solid #DDD; }
.digg_pagination span.current {
    font-weight: bold;
    background: #2E6AB1;
    color: white;
    border: 1px solid #2E6AB1;
    /*margin: 0px !important;*/
}
.digg_pagination a {
    text-decoration: none;
    color: #105CB6;
    border: 1px solid #9AAFE5; }
.digg_pagination a:hover, .digg_pagination a:focus {
    color: #003;
    border-color: #003; }
.digg_pagination .page_info {
    background: #2E6AB1;
    color: white;
    padding: .4em .6em;
    width: 22em;
    margin-bottom: .3em;
    text-align: center; }
.digg_pagination .page_info b {
    color: #003;
    background: #6aa6ed;
    padding: .1em .25em; }
.digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
* html .digg_pagination {
    height: 1%; }
*:first-child+html .digg_pagination {
    overflow: hidden; }


.listagem_contatos{
    float:left;
    clear:both;
    margin-top:10px;
    margin-left:4px;
    width:600px;
    _width:610px;
    border:1px solid #1C4E7B;
    border-bottom:none !important;
}

.listagem_contatos span{
    float:left;
    width:auto;
    clear:none !important;
}

.primeira_linha_contatos{
    float:left;
    clear:both;
    width:100%;
    height:21px;
    padding-top:4px;
    background:#1C4E7B;
    border-bottom:1px solid #1C4E7B;
}

.primeira_linha_contatos span{
    float:left;
    color:#FFF;
    font-weight:bold;
}

.linha_contatos{
    float:left;
    clear:both;
    border-bottom:1px solid #1C4E7B;
    width:100%;
    min-height:21px;
    padding-top:4px;
    background:#FFF;
}

.linha_contatos_especial{
    background:#EAEAEA;
    float:left;
    clear:both;
    border-bottom:1px solid #1C4E7B;
    width:100%;
    height:21px;
    padding-top:4px;
}

.linha_contatos:hover{
    background:#EAEAEA;
}

.linha_contatos span a{
    text-decoration:underline;
    float:left;
    margin:0;
    padding:0;
}

.linha_contatos span a:hover{
    text-decoration:none;
}

.contatos_coluna01{
    float:left;
    margin-top:0 !important;
    margin-left:5px !important;
    *margin-left:7px !important;
    width:250px !important;
}

.contatos_coluna01_especial{
    color:#666 !important;
    margin-top:0 !important;
}

.contatos_coluna02{
    float:left;
    margin:0 !important;
    width:85px !important;
}

.contatos_coluna03{
    float:left;
    margin:0 !important;
    width:75px !important;
}

.caixa_suporte{
    width: 700px;
    height: 130px;
    border: 2px dotted Purple;
    padding:15px;
}
.caixa_suporte h1.c{
    text-align: center;
    width: 100%;
}
.aling_sup{
    width:610px;
    margin:auto;
}


.linha_admin_suporte{
    float:left;
    clear:both;
    border-bottom:1px solid #1C4E7B;
    width:100%;
    height:40px;
    padding-top:17px;
    background:#FFF;
}

.btnespgrupo{
    margin-top:10px;
}

.separa_config_grupos{
    float:left;
    width:90%;
    margin:0 0 20px 5px;
    padding:20px 10px;
    background:#FFFFCF;
    border:1px dashed #666;
}

.separa2{
    float:left;
    clear:both;
    width:100%;
}

.separa2 h2{
    float:left;
    margin-top:20px;
    margin-bottom:10px;
    font-size:12px;
    color:#003785;
    margin-left:5px;
    font-weight:bold;
    font-family:Verdana;
}

.espselect{
    float:left;
    width:230px;
}

.espselect p{
    float:left;
    margin:0 0 5px 5px !important;
    color:#666 !important;
    font-size:10px !important;
    font-style:italic !important;
    width:auto !important;
}

.besp{
    float:left;
    margin-right:10px !important;
}

.engloba_controles_grupo{
    float:left;
    width:40px;
    height:70px;
    margin:60px 32px 0 6px;
}

.engloba_form_grupos{
    float:left;
    width:600px;
}

.engloba_inputs_radio{
    float:left;
    width:300px;
    margin:0 0 0 10px;
}

.engloba_inputs_radio input{
    width:auto !important;
    float:left;
    clear:both;
    margin:2px 5px 5px 0;
}

.engloba_inputs_radio p{
    float:left;
    clear:none;
    margin:0;
}

.painel_grafico{
    float:left;
    width:718px;
    margin:1px 0 0 10px;
    padding:3px 3px;
    background: #FAFAD2;
    border:1px solid #CCC;
}
.posicao_txt_graf{
    margin-left: 190px;
    float:left;
}
.posicao_txt_graf label{
    width:153px !important;
}
.texto_grafico{
    color:#003785;
    cursor:default;
    float:left;
    margin-right:10px;
    margin-left:5px;
}
.pos_graf{
    padding-left:10px;
}

.novo_graf{
    margin-left:55px;
    text-decoration:none !important;
}
.novo_graf a{
    text-decoration:none !important;
}
.red{
    color: #B22222;
    margin: 1px 0px 5px 280px;
    float:left;
    /*background: #DEB887;*/
    padding:5px;
    border:2px dotted #EE7621;
}

.legend{
    width:700px;
    padding:5px;
    margin:3px;
    border:1px dotted #DEB887;
}
.legend p{
    font-size:11px;
    padding-left:12px;
}
.estatistica{
    margin-left:60px;
}

.input_date input{
    height:13px;
    font-size:12px;
    margin-left:12px;
}

.align_botao{
    padding-left:60px;
}
.align_botao_mail{
    padding-left:125px;
}

.vis_rel{
    margin-left:50px;
    text-decoration:none !important;
    font-size:14px;
    color:red !important;
}
.title_rel{
    width:700px;
    text-align:center;
    padding-top:20px;
    padding-bottom: 15px;
}
.btn_lista_relat{
    background:none;
    border:none;
    color:#003785;
    font-family:Verdana;
    font-size:12px;
    cursor:pointer;
    text-decoration:underline !important;
}

.volt_rel{
    margin-left:60px;
    text-decoration:none !important;
}
.volt_rel a{
    text-decoration:none !important;
}
.tam_selec{
    width:230px;
}

.filtro h1{
    float:left;
    background:url(/images/bg_menu.jpg) repeat-x left;
    height:19px;
    width:207px;
    border-bottom:1px solid #1C4E7B;
    color:#1C4E7B;
    font-size:13px;
    padding-left:3px;
    padding-top:1px;
    cursor:default;
    font-family:Verdana;
}
.painel_filtro{
    float:left;
    min-width:750px !important;
    margin:5px 0 5px 5px;
    padding:3px 3px;
    background:#C6D8E2;
    border:1px solid #9AC0CD;
}
.painel_busca{
    float:left;
    width:auto;
    margin:5px 0 5px 5px;
    padding:3px 3px;
    background:#C6D8E2;
    border:1px solid #9AC0CD;
}

.filtro{
    border-bottom:1px solid #9AC0CD;
    clear:both;
    padding-top:2px;
}
.linha_log{
    clear: both;
    padding-top: 10px;
    background: none repeat scroll 0 0 #B0C4DE;
    border: 2px groove #FFE1FF;
}

.lab_filt{
    padding:0px 5px 1px 5px;
    width:100%;
}

.lab_filt label{
    font-size:11px;
    font-weight:bold;
}
.lab_logs{
    border: 2px dotted #C6D8E2;
    margin: auto;
    padding: 5px;
    text-align: center;
    width: 56%;
}
.lab_logs label{
    font-size:12px;
    color:#4682B4;
    font-weight:bold;
}
.pesq_log{
    font-size:11px!important;
    color:#828282 !important;
}

.input_filtro input{
    width:282px;
    height:15px;
    font-size:11px;
}
.sel_filtro select{
    font-size:11px !important;
    width:87px;
    background:#FFFFFF;
}

.form .botao_form{
    width:51px !important;
    height:19px !important;
    margin-bottom:5px !important;
    margin-right:3px !important;
    border:medium hidden;
    font-weight:bold;
    font-size:11px;
}
.form .botao_form2{
    width:89px !important;
}

a.dcontexto{
    position:relative;
    font:12px arial, verdana, helvetica, sans-serif;
    padding:0;
    color:#039;
    text-decoration:none;
    cursor:help;
    z-index:24;
}
a.dcontexto:hover{
    background:transparent;
    z-index:25;
}
a.dcontexto span{display: none}
a.dcontexto:hover span{
    display:block;
    position:absolute;
    width:230px;
    top:3em;
    text-align:justify;
    left:0;
    font: 12px arial, verdana, helvetica, sans-serif;
    padding:5px 10px;
    border:1px solid #999;
    background:#e0ffff;
    color:#000;
}

a.dsenha{
    position:relative;
    font:12px arial, verdana, helvetica, sans-serif;
    padding:0;
    color:#039;
    text-decoration:none;
    cursor:help;
    z-index:24;
}
a.dsenha:hover{
    background:transparent;
    z-index:25;
}
a.dsenha span{display: none}
a.dsenha:hover span{
    display:block;
    position:absolute;
    width:360px;
    top:3em;
    text-align:justify;
    left:0;
    font: 12px arial, verdana, helvetica, sans-serif;
    padding:5px 10px;
    border:1px solid #999;
    background:#E6E6FA;
    color:#000;
}
.txt_status{
    clear:none !important;
    margin-left:0px !important;
    float:none !important;
    color:#C6D8E2 !important;
}

.esp_corpo{
    width:auto !important;
}
.esp_corpo a{
    outline: none !important;
    text-decoration:none;
}

.link_detalhe{
    float:left;
    margin-left:35px;
    /*text-align:right;
    width:688px;*/
}
.link_detalhe a{
    font-size:12px;
    color:#9400D3;
}
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/

/*CSS Sabrosus style pagination*/
div.pagination {
    padding:3px;
    margin:3px;
    text-align:center;
    font-size:10px;
}

div.pagination a {
    padding: 1px 5px;
    margin-right: 2px;
    border: 1px solid #9aafe5;
    text-decoration: none;
    color: #2e6ab1;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #2b66a5;
    color: #000;
    background-color: lightyellow;
}
div.pagination span.gap{
    float:none;
    padding-right:7px;
    margin-left:5px !important;
}
div.pagination span.current {
    margin-left:1px !important;
    padding: 1px 5px;
    margin-right: 2px;
    border: 1px solid navy;
    font-weight: bold;
    background-color: #2e6ab1;
    font-size:10px;
    color: #FFF;
    float:none;
}
div.pagination span.disabled {
    padding: 1px 5px;
    margin-right: 2px;
    margin-left:0px !important;
    border: 1px solid #929292;
    color: #929292;
    font-size:10px;
    float:none;
}

.num_mails span a{
    margin:2px;
    font-size:10px;
    color:black;
    text-decoration:none;
}
.num_mails span :hover{
    color:#2E6AB1;
    font-weight:bold;
}

.num_mails span{
    width:600px;
    margin:2px;
    font-size:10px;
    color:black;
    text-align:right;
}
.fil_mail{
    padding:10px 0px 20px 5px;
}
.fil_mail label{
    text-align:left;
    width:96px;
    float:none;
}
.fil_mail input{
    border: 1px solid #4682B4;
    font-size:12px !important;
    float:none;
    height:14px;
    width:185px;
}
.form .btn_img{
    width:90px !important;
    float:none;
    height:20px !important;
    border:1px outset #003785;
    font-size:12px;
    font-family:Verdana;
}
.form a.btn_img{
    text-decoration:none!important;
    padding-top:3px;
}

.color_with{
    color:#FFFFFF !important;
}
.pesquisa_mail{
    height: 280px;
    width: 510px !important;
    float:left;
}
.pesquisa_mail input{
    font-size:12px;
    width:270px;
    height:15px;
}

.calendar_busca input{
    float: none;
    font-size: 12px;
    margin-left: 1px;
    text-align: left;
    width: 82px !important;

}
.calendar_busca label{
    float:none;
    text-align:right;
}

.calendar_busca img{
    margin:0px 10px -4px -3px;
}
.aling_btn{
    margin-left: 258px;
    margin-top: 6px;
}

.topo2{
    float:left;
    width:590px;
    margin:5px 35px;
}
.topo2 fieldset{
    border:1px dashed #CDB5CD;
}

.logo2{
    float:left;
    padding:10px 0;
}
.leg{
    color:#5D478B;
    padding-bottom:5px;
    font-size:13px;
    font-family:Tahoma;
    margin-left:4px;
}
.logo2 input{
    height:15px;
    font-size:11px;
    padding-left:3px;
}

.logo2 label{
    font-size:11px;
    font-weight:bold;
    color: #003785;
}
.right_topo2{
    float:left;
}
.borda_pesq {
    margin:10px 0px 10px 40px;
    padding:15px 0px 10px 5px !important;
    width:500px;
    background:#FFFFCF;
    border:1px solid #999;
}
.resultado_pesq{
    margin:31px;
    clear:both;
    float:left;

}
.bd_painel{
    float:left;
    margin:5px 0 5px 5px;
    padding:3px 3px;
}

.link_mais_db a{
    float:left;
    margin:4px;
    text-decoration:none;
    color:#003785;
    cursor:pointer;
}

.input_log{
    height:17px;
}
.link_pdf{
    border: 1px double #4682B4;
    float: right;
    height: 21px;
}
.alter_periodo{
    margin: auto;
    padding-bottom: 5px;
    clear: none !important;
    font-family: verdana;
    font-size: 12px;
    float:none;
    width: 595px;
}

.alter_periodo fieldset{
    background: none repeat scroll 0 0 #F8F8FF;
    border: 1px solid #008B8B;
    padding-top: 15px;
}
.alter_periodo input{
    float: left;
    font-size: 12px;
    margin-left: 1px;
    border:1px solid #BEBEBE;
    width:223px;
    margin-bottom:5px;
    height:15px;
    padding-left:3px;
}
.alter_periodo select{
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    width: 230px;
    margin-bottom:5px;
    color: #333333;
    font-size:12px;
    float:left;
}
.alter_periodo label{
    color: #000080;
    font-weight:normal;
    width:100px;
    margin-bottom:5px;
    padding-right:2px;
}
.alter_periodo img{
    margin:0px 10px -3px -3px;
}

.btn_img_log{
    padding-top: 3px;
    width: 12px;
    border: none !important;
}
.painel_periodo{
    width:100%;
    margin:auto;
    float:left;
    padding-top:4px;
}
.caixa_periodo img{
    float: left;
    margin:1px 12px 0 1px;
}
.posicao_periodo{
    width:100%;
    text-align:center;
    padding-top:5px;
    margin-left:20px;
}
.dicasenha a{
    color: #006400 !important;
    font-weight: bold;
}

.tip {
    background: url("../images/tip.png") no-repeat scroll 5px center #FAFAD2;
    border: 1px solid #BDBF1E;
    color: #1C1C1C;
    margin: 20px 5px 5px;
    padding: 5px 5px 5px 27px;
    font:12px Tahoma,sans-serif;
    width:722px;
}
.tip2{
    float:none !important;
    font-family:Trebuchet MS !important;
    font-weight:bold;
}
#tempo_restante{
    background: url("../images/l8.png") repeat-x scroll 5px center #FAFAD2;
    color: #B03060;
    float: left;
    font-size: 14px;
    margin-left: 236px;
    margin-top: -25px;
}
.num_pag{
    clear: both !important;
    font-size: 11px !important;
    padding-bottom: 2px !important;
    padding-right: 20px !important;
    text-align: right !important;
}
.page_sel{
    color: #2E6AB1 !important;
}
.opcoes_cta{
    float:left;
    margin:9px 0 0 3px;
}
.opcoes_cta span{
    float:none;
}
.opcoes_cta input{
    float:none !important;
}
.exemplo_plus p{
    color: #483D8B;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
}
.exemplo_plus{
    background:  #EAF3E7;
    border: 1px solid #CDC9C9;
    height: auto;
    margin-left: 30px;
    padding: 10px;
    text-align: center;
    width: auto;
}
#apenas_visualizacao{
    float:left;
    width:71%;
    text-align:left;
    background:url(/images/so_visualizacao.png) no-repeat top left;
    height:193px;
    border:none;
    cursor:default;
    position:absolute;
    margin:-10px 0 0 -10px;
}
.img{
    width:100px;
    height:100px;
}
.exe_stat{
    clear: both;
    cursor: pointer;
    float: none;
    margin: auto;
    width: 100%;
}
.exe_stat span{
    background: url("../images/exemplos/stat_p.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    width:57%;
    height:160px;
    margin-left:195px;
}
.exe_stat span:hover{
    background: url("../images/exemplos/stat.png") no-repeat scroll 0 0 transparent !important;
    height:530px !important;
    width:740px !important;
    margin-left:75px !important;
    cursor: default !important;
}
.exe_orig{
    clear: both;
    cursor: pointer;
    float: none;
    margin: auto;
    width: 100%;
}
.exe_orig span{
    background: url("../images/exemplos/orig_p.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    width:42%;
    height:160px;
    margin-left:260px;
}
.exe_orig span:hover{
    background: url("../images/exemplos/ori.png") no-repeat scroll 0 0 transparent !important;
    height:480px !important;
    width:735px !important;
    margin-left:75px !important;
    cursor: default !important;
}
.p_mail{
    float: right;
    margin-top:2px;
}

.p_mail a{
    color: #FFFFFF;
    font-family: Verdana;
    margin-right: 31px;
    text-decoration: none;
    outline:0;
}
.p_mail a:hover{
    color: #DCDCDC;
    text-decoration: underline;
}

/* planos */

/* Planos */
.planos{
    float:left;
    clear:both;
    width:668px;
    margin:15px 0 10px 150px;
    _margin:10px 0 10px 140px;
}

.planos_top{
    float:left;
    width:667px;
    height:6px;
    background:url(/images/novomail/bg_top_planos.jpg) no-repeat top center;
}

.planos_bottom{
    float:left;
    clear:both;
    width:667px;
    height:6px;
    background:url(/images/novomail/bg_bottom_planos.jpg) no-repeat top center;
}

.planos_middle{
    float:left;
    clear:both;
    width:665px;
    _margin-top:-10px;
    border-left:1px solid #c2c4a5;
    border-right:1px solid #c2c4a5;
    background:url(/images/novomail/bg_middle_planos.jpg) repeat-x top center;
}

.titulo_planos{
    float:left;
    clear:both;
    width:665px;
    margin-top: 20px;
}

.separador_planos{
    float:left;
    clear:both;
    width:666px;
    _width:655px;
    height:1px;
    _margin-top:10px;
    margin-bottom:10px;
}

.separador_planos img{
    float:left;
    _text-align:left;
    _width:655px;
}

.linha_planos{
    float:left;
    clear:both;
    width:665px;
    background:none;
    padding-top:3px;
    padding-bottom:5px;
}
/*
.linha_planos:hover{
  background:#F5F5F5;
}
*/
h2.coluna01_planos, h2.coluna02_planos, h2.coluna03_planos, h2.coluna04_planos{
    /*
     font-family:Verdana;
    font-size:1.26em;
    color:#333;
    font-weight:bold;
    */
    clear: both;
    float: left;
    font-family: Arial, Verdana;
    font-size: 24px;
    font-weight: normal;


    margin:0 !important;
    line-height:normal !important;
    clear:none !important;
    margin-bottom:10px !important;
    margin-top:5px !important;
    cursor:default;
}

h2.coluna02_planos, h2.coluna03_planos, h2.coluna04_planos{
    width:135px !important;
    text-align:center;
}

h2.coluna01_planos{
    margin-left:160px !important;
}

span.coluna01_planos{
    /*font-family:Verdana;
    font-size:1.1em;
    */
    clear: both;
    float: left;
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: normal;

    color:#000;
    clear:none !important;
    margin:0 !important;
    cursor:default;
    line-height:normal !important;
}

span.coluna02_planos, span.coluna03_planos, span.coluna04_planos,span.coluna02_last,span.coluna03_last,span.coluna04_last{
    font-family:Verdana;
    font-size:12px;
    color:#333;
    font-weight:normal;
    margin:0 !important;
    line-height:normal !important;
    clear:none !important;
    text-align:center;
    width:135px !important;
    cursor:default;
}

span.coluna01_last, span.coluna02_last, span.coluna03_last, span.coluna04_last{
    font-family:Verdana;
    font-size:1.2em;
    color:#990000;
    font-weight:normal;
    margin:0 !important;
    line-height:normal !important;
    clear:none !important;
}

span.coluna01_last{
    font-family:Verdana;
    font-size:1.15em;
    color:#990000;
    clear:none !important;
    margin:0 !important;
    cursor:default;
    line-height:normal !important;
    font-weight:bold;
    padding-top:3px;
}

span.coluna02_last, span.coluna03_last, span.coluna04_last{
    font-size:1.1em;
    font-weight:bold;
}

span.coluna02_last em, span.coluna03_last em, span.coluna04_last em{
    font-size:1.4em;
    font-weight:normal;
    font-style:normal;
    margin-left:5px;
}

coluna01_planos_top{
    margin-left:180px !important;
}
span.coluna01_planos,span.coluna01_last{
    margin-left:200px !important;
}
.coluna01_planos_top{
    float:left;
    width:200px !important;
    _width:190px !important;
}
.coluna01_planos_precos{
    float:left;
    width:160px !important;
    _width:150px !important;
}

.coluna01_last{
    float:left;
    width:250px !important;
    _width:230px !important;
}
.coluna02_planos,.coluna02_last{
    float:left;
    width:135px !important;
}
.coluna03_planos,.coluna03_last{
    float:left;
    width:135px !important;
}
.coluna04_planos,.coluna04_last{
    float:left;
    width:135px !important;
}

.linha_especial{
    float:left;
    margin-top:15px;
}

.linha_especial:hover{
    background:none;
}
/* planos-fim */

/* formulario de opiniao */
textarea{
    border: 1px solid #799B4E !important;
    width: 600px;
}

.form{
    float:left;
    clear:both;
    width:100%;
}

.form label{
    float:left;
    font-size: 12px;
    font-weight: bold;
    width:150px;
    text-align:right;
    clear:both;
    margin-bottom:10px;
}

.form input{
    float:left;
    margin-left:5px;
    border:1px solid #799B4E;
    background:#FFF;
    width:280px;
    height:17px;
    _height:20px;
    padding:1px;
}

.form .botao, .form .botao2 {
    float:left;
    width:auto !important;
    height:23px !important;
    color:#FFF !important;
    padding-left:13px;
    padding-right:13px;
    padding-top:0;
    cursor:pointer;
    _height:23px !important;

    *border:none !important;
}

.form .botao{
    background:url("/images/botao-3.jpg") repeat-x scroll 0 0 transparent !important;
    border:1px solid #799B4E !important;
}

.form .botao2{
    background:url(/images/botao-3.jpg) repeat-x !important;
    border:1px solid #799B4E;
}

.form .botao:hover{
    color:#CCC !important;
}

.form .botao2:hover{
    color:#637946 !important;
}
/* formulario de opiniao - fim */

p.obs_precos{
    lear: both;
    float: left;
    margin: 0 0px 10px 150px;
    width: 635px;
    color:#939486;
     text-align: justify;
}

#msg_novomail{
    /*
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d08848), to(#db7701));
    border-radius: 5px;
    */
    background:url(/images/novomail/msg_atualizacao_novomail.png) no-repeat;
    color: #503F47;
    font-family: Arial, Verdana;
    font-size: 12px;
}

#msg_novomail_center {
    margin: 0px auto;
    padding-top: 8px;
    text-align: left;
    width: 940px;
}

#msg_novomail span{
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 10px;

}
#msg_novomail span.right{
    float: right;
}

#msg_novomail span.left{
    width:100%;
}

#msg_novomail span.right a{
    color: white !important;
}

#msg_novomail_center a{
    color: #F4D6B7;

    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 17px;
    margin-top: 0px;
}

#msg_novomail_center a:hover{
    text-decoration: none;
}

.meio_left_inicio #basic-modal a#video_botao{
    width: 235px !important;
    height:65px!important;
    background:url(/images/novomail/video_botao1.png) no-repeat !important;

    /*background: url(http://www.tasksite.com.br/images/btn_voltar.jpg) no-repeat !important;*/
    border: none !important;
    cursor: pointer !important;
    float: left !important;
    height: 65px !important;

    width: 160px !important;

}

.meio_left_inicio #basic-modal a#video_botao:hover{
    background:url(/images/novomail/video_botao_hover1.png) no-repeat !important;
}
.meio_left_inicio #vantagens_btn a#vantagens_botao{
    width: 235px !important;
    height:65px!important;
    background:url(/images/novomail/vantagens_botao.png) no-repeat !important;

    /*background: url(http://www.tasksite.com.br/images/btn_voltar.jpg) no-repeat !important;*/
    border: none !important;
    cursor: pointer !important;
    float: left !important;
    height: 65px !important;

    width: 160px !important;

}

.meio_left_inicio #vantagens_btn a#vantagens_botao:hover{
    background:url(/images/novomail/vantagens_botao_hover.png) no-repeat !important;
}
#basic-modal,#vantagens_btn{
    width:160px;
    float:left;
    margin-left: 10px;
}

.contrate{
    /*    background:url(/images/novomail/assine.png) no-repeat   bottom center;*/
    border-right: 1px solid #BFC1A0;
    border-left: 1px solid #BFC1A0;
    clear: both;
    /*    float: left;
        font-family: Arial, Verdana;
        font-size: 16px;
        font-weight: normal;*/
    padding-top: 10px;
    width: 143px;
    height: 30px;
}
/*
.contrate:hover{
    background:url(/images/novomail/assine_hover.png) no-repeat   bottom center;
    cursor: pointer;
}    */

.contrate a{
    background:url(/images/novomail/assine.png) no-repeat bottom center;
    color: #503F47;
    display: block;
    font: normal normal bold 16px/normal arial;
    letter-spacing: 0px;
    min-height: 30px;
    overflow: hidden;
    text-decoration: none;
    z-index: 10;
}

.contrate a:hover{
    background:url(/images/novomail/assine_hover.png) no-repeat bottom center;
}

.menu h5 {
border-left: 1px solid #BFC1A0;
border-right: 1px solid #BFC1A0;
clear: both;
color: #777;
float: left;
font-family: Arial, Verdana;
font-size: 10px;
font-weight: normal;
padding-top: 7px;
width: 143px;
/*text-align: left !important;*/
}

.menu h6 {
border-left: 1px solid #BFC1A0;
border-right: 1px solid #BFC1A0;
clear: both;
color: #777;
float: left;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: normal;
padding: 7px 0 0 10px;

text-align: left !important;
width: 133px;
}
.preco_normal{
    font-size:16px;
}
.promo{
    font-size:16px;
    color: #da7600;
}
