.agrupaEntreEmContato{
	width: 960px;
	margin: 15px;
	display: inline;
}
.agrupaInternasContato{
	width: 1000px;
	margin-top: 10px;
}
.agrupaContato, .tituloContato{
	width: 470px;
}
.descAreaCadastro {	
	width: 470px;
	padding-top: 10px;
	font-size: 13px;
}
.descAreaCadastro2 {
	width: 470px;
	font-size: 13px;
}
.divMensagens {
	width: 470px;
	margin-top: 10px;
	display: inline;
}
.alertError {
	padding: 5px 8px;
}
.textoErrorCadastro {
	text-align: center;
	margin: 0 auto;
	width: 250px;
}
.error_message {
	width: 240px;
	padding: 1px 0;
	color: #000;	
	font-size: 12px;
}
.error_message strong {
	color: #FF0000;	
	font-size: 12px;
}
.error{	
	width: 250px;
	margin: 9px 0 0 9px;
}
.sucesso {	
	width: 470px;
	margin: 10px auto;
	text-align: center;
}
.formContato {
	margin-top: 15px;
	width: 470px;
	text-align: center;
}
.linhaFormulario {
	width: 420px;
	margin-bottom: 8px;
}
.labelFormulario {
	width: 76px;
	text-align: right;
	margin: 4px 3px 0 0;
	display: inline;
}
.border {	
	/*    border: 1px solid #999999;*/
}
.asterisco {
	margin: 7px 0 0 5px;
	display: inline;
}
.labelFormularioUF {
	width: 31px;
	text-align: right;	
	margin: 4px 7px 0 0;
	display: inline;
}
.inputTextAssunto {	
	width: 307px;
}
.inputText {
	height: 16px;
	background-color: #FFF;
}
.tamPadrao { 
	width: 307px;
	padding: 5px 0 4px 0; 
}
.tamMenor { 
	width:170px;
	padding: 5px 0 4px 0; 
}
.tamMedio { 
	width: 170px;
	padding: 5px 0 4px 0; 
}
.tamPequenoUF {
	width: 89px;
	height: 25px; 
	padding: 4px 0;
}
.textoError {
	width: 298px;	
	padding: 10px 0;
}
.msg_sistema {	
	padding-left: 20px;
}
.erroPreenchimento {
	width: 350px;
	height: 92px;	
	padding: 3px 2px 2px 47px;
}
.fundoAlert{
	width: 342px;
	height: 89px;	
	background-color: #EEEEEE;
	border: 1px solid #58595B;
}
.fundoInput{
	height: 25px;
	border-top: 1px solid #191919;
	border-bottom: 1px solid #191919;
}
.fundoInputMensagem{
	height: 95px;	
	border-top: 1px solid #191919;
	border-bottom: 1px solid #191919;
}
.selectAssunto {
	width: 307px;
	height: 25px;	
	padding: 4px 0;
	background-color: #FFF;
}
.textArea {	
	width: 306px;
	height: 90px;	
	padding-top: 5px;	
	background-color: #FFF;
}
.btEnviar2 {
	width: 79px;
	height: 30px;
	margin-right: 29px;
	background-image: url("../imagens/btEnviar.jpg");
	display: inline;	
	background-position: top center;
	background-repeat: no-repeat;	
	float: right;	background-color: transparent;
	margin-top: 5px;
}
.btEnviar2:hover{	
	background-position:bottom center;
	cursor: pointer;
}
/*Localização*/
.agrupaLocalizacao{
	width: 420px;
	float: right;
}
.localizacao{
	width: 420px;
}
.textoLocalizacao{
	width: 420px;
	height: 26px;
}
.agrupaMapa{
	width: 420px;
	height: 284px;
	border: 1px solid #191919;
	margin-top: 5px;
}
.formatoTexto{
	width: 245px;
	margin-top: 15px;
}
.formatoEndereco{
	width: 245px;
	color:#000;
}
.telefone{
	float: right;
	margin-top: 19px;
}
.agrupaConteudoDescricao{
	width: 420px;
}

#div-input-file{
	background:url(../imagens/file.jpg) ;
	background-repeat: no-repeat;
	height: 27px;
	background-position: right;
	width:312px;
	cursor: pointer;
	margin:0px;
}

#div-input-file #file-original{
	cursor: pointer;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	position: absolute;
}

#div-input-falso{
	position: absolute;
	margin:0 auto;
	border-top: 1px solid #191919;
	border-bottom: 1px solid #191919;
}

#div-input-falso #file-falso{
	margin:0 auto;
	float: left;
	position: relative;
	background-image: url("../imagens/meioInput.png");
	background-position: left top;
	background-repeat: repeat-x;
	color: #000000;
	padding: 5px 0;
	width: 194px;
}