﻿ /* CSS Document */

#transparencia_contato 
{
	position:relative;
	top:290px;
	float:right;
	margin-right:20px;
	font-size: 11px;
	text-align:justify;
	padding:10px;
	border:solid 1px gray ;
	width:500px ;
	height:250px ;
	overflow-y:scroll;
	z-index:2 ;
	background:url(../../imagens/seta_fundo_t_conteudo.jpg) no-repeat;
	background-color:#FFFFFF;
	}

#formularioEmail 
{
	position:absolute;
	top:290px;
	margin-left:20px;
	font-size: 11px;
	line-height:20px;
	color:White;
	text-align:justify;
	padding:5px;
	width:260px ;
	height:220px ;
	z-index:3 ;
	/*background:url(../../imagens/seta_fundo_t_conteudo.jpg) no-repeat;
	border:dashed 1px black ;
	background-color:#FFFFFF;*/
	}
