@charset "utf-8";

#status {
	margin-top:10px;
	display: none;
	color: #900;
	font-weight: bold;
}

	#conteudo{
				width:400px;
			}
				#conteudo #contato{
					width:400px;
					margin-left:10px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					color:#595959;
				}
				#conteudo #contato #boxFormulario{

				}
					#conteudo #contato #boxFormulario .caixaTexto{
						width:370px;
						height:25px;
						margin-top:15px;
						border: 1px solid #ccc;
						color: #999;
						font: inherit;
						padding-left: 10px;
						padding-top:3px;

					}
					
					#conteudo #contato #boxFormulario caixaTexto:focus, caixaTexto.focused { border-color: #000; color: #000; }
					
					#conteudo #contato #boxFormulario .txtArea{
						width:370px;
						max-width:370px;
						height:120px;
						max-height:120px;
						margin-top:15px;
						overflow:hidden;
						border: 1px solid #ccc;
						color: #999;
						font: inherit;
						padding-left: 10px;
						padding-top:5px;
					}
					#conteudo #contato #boxFormulario txtArea:focus, txtArea.focused { border-color: #000; color: #000; }
					
					#conteudo #contato #boxFormulario .botEnviar{
						background-image:url(../_img/bot_enviar.jpg);
						width:125px;
						height:30px;
						text-decoration:none;
						border:none;
						margin-top:10px;
						cursor:pointer;
						margin-left:262px;
						background-color:transparent;
						
					}

#box{
	margin:0 auto;
}

#erro{
	color:red;

}

.erro {
	position: relative;top:9px;
	padding-bottom:5px;
	width:16px;
	height:16px;
}

.sucesso{
	position: relative;top:9px;
	padding-bottom:5px;
	width:16px;
	height:16px;	
}



#box .footer a{
	color:#069;
	text-align:center;
}

#aviso {
	padding: 5px 0 15px 0;
	color: #900;
	font-weight: bold;
	display:normal;

}


