﻿.contato
{
	float: left;
	margin-top: 20px;
	position: relative;
}
.tituloContato
{
	margin: 5px 0 38px 0;
	padding: 0;
	width: 103px;
	height: 25px;
	background-image: url(../img/titContato.gif);
}
.endereco
{
	background-color: #ade2fa;
	background-image: url(../img/fundoContato.png);
	background-repeat: repeat-x;
	width: 518px;
	border: 5px solid #a7a9ac;
	padding: 20px 0;
}
.descricao
{
	color: White;
	font-size: 13px;
	display: block;
	margin-left: 20px;
	font-weight: bold;
	margin-top: 7px;
}
.dadosEmpresa
{
	color: White;
	font-size: 13px;
	display: block;
	font-weight: bold;
	margin-top: 7px;
}
.rua
{
	margin-top: 5px;
}
.fone
{
	color: #a3cd39;
	font-size: 20px;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.email
{
	color: #a3cd39;
	font-size: 13px;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.formulario
{
	background-color: #ade2fa;
	background-image: url(../img/fundoContato.png);
	background-repeat: repeat-x;
	width: 522px;
	border: 3px solid #939597;
	padding: 20px 0;
	margin-top: 30px;
}
.campos
{
}
.linha
{
	height: 30px;
}
.idCampo
{
	width: 120px;
}
.fundoCampo
{
	background-image: url(../img/txb.png);
	background-repeat: repeat-y;
	background-color: #faa31f;
	border: 2px solid #939598;
}
.txb
{
	width: 350px;
	height: 16px;
	background-color: Transparent;
	border: 0px;
}
.txbDescricao
{
	width: 350px;
	height: 60px;
	background-color: Transparent;
	border: 0px;
}
.btnEnviar
{
	float: right;
	display: block;
	width: 82px;
	height: 19px;
	background-image: url( '../img/btnEnviar.gif' );
	border: 3px solid #939597;
	margin-right: 1px;
	margin-top: 5px;
	position: absolute;
	top:860px;
	*top: 855px;
	left:735px;
}
.btnEnviar:hover
{
	border: 3px solid #C6C8CB;
}
