body, a, td {
    font-family: "Verdana";
    font-size: 11px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}

body {
    overflow: -moz-scrollbars-vertical;
    background-color: #ffffff;
}

a, .comentario {
    font-weight: bold;
    color: #000000;
}

h1 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.interna {
    height: 450px;
    vertical-align: top;
    background-repeat: no-repeat;
	background-image: url(images/background.jpg);
    background-color: #ffffff;
	padding-top: 40px;
	padding-left: 40px;
}

.link_frog a {
    font-size: 11px;
    color: #558f61;
    font-weight: normal;
	text-decoration: none;
}

.link_frog a:hover {
    font-size: 11px;
    color: #558f61;
    font-weight: normal;
	text-decoration: underline;
}




.espaco_menu {
    padding-left: 10px;
}

.espaco_menu2 {
    padding-left: 10px;
}

.texto_interna {
    padding-left: 15px;
    padding-right: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
	vertical-align: top;
	height: 450px;
}

.rodape {
    background-image: url(images/rodape.jpg);	
}

.rodape_p1 {
    padding-left: 120px;
}

.compartilhe {
    color: #9bbac8;
}

#texto_topo {
    width: 520px;
    height: 20px;
}

#texto_topo_esquerda {
    width: 460px;
    height: 20px;
    float: left;
}

#texto_topo_direita {
    width: 60px;
    height: 20px;
    float: right;
}

#texto_topo_opinioes {
    width: 350px;
    height: 20px;
}

#texto_topo_esquerda_opinioes {
    width: 290px;
    height: 20px;
    float: left;
}

#texto_topo_direita_opinioes {
    width: 60px;
    height: 20px;
    float: right;
}

.formulario {
    padding-left: 2px;
}

.campos_formulario, .campos_radio, .campos_formulario_duplo, .textfield_orcamento, .textarea_laminas {
    font-size: 11px;
    color: #;
	text-align: left;
}

.campos_formulario {
    font-size: 11px;
}

.campos_radio {
    font-size: 9px;
}

.campos_formulario_duplo {
    font-size: 11px;
    width: 42px;

}

.textfield_orcamento {
    font-size: 11px;
    color: #000000;
    width: 152px;
    height: 13px;
    border-color: #000000;
	background-image:url(images/fundo_texto.gif);
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento2 {
    font-size: 11px;
    color: #000000;
    width: 197px;
    height: 20px;
    border-color: #000000;
	background-image:url(images/fundo_texto.gif);
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #000000;
    width: 200px;
    height: 80px;
    border-color: #000000;
	background-image:url(images/fundo_texto.gif);
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}

.btn_formulario {
    padding-right: 12px;
}

.rodape_texto {
    font-family: "Verdana";
    font-size: 11px;
    color: #3a3a3a;
}

.rodape_texto a {
    font-family: "Verdana";
    font-size: 11px;
    color: #3a3a3a;
	text-decoration: none;
}

.rodape_texto a:hover {
    font-family: "Verdana";
    font-size: 11px;
    color: #3a3a3a;
	text-decoration: underline;
}

/*opiniao leitor configurações*/
#contentMask {
	width: 520px;
    height: 420px;
    position: relative;
    overflow: hidden;	
}
#content {
	width: 519px;
    position: relative;
	text-align: left;
}

#up {
	margin: 30px 0 0 0 ;
    cursor: pointer;
}


#track {
	width:15px;
	height: 350px;
	background-image:url(images/scroll.gif);
	background-repeat:repeat-y;
}

#down {
    cursor: pointer;
}

#drag {
	position:absolute;
    cursor: pointer;
	margin-top: 5px;

}

