/*
Asther ProdutoraWeb
2008, Copyright.
Folha de Estilo
*/

/* Estrutura Contato */
form, input, textarea{
	margin: 0px;
	padding: 0px;
}
.input, .textarea{
	font-weight: normal;
	color: #053768;
	background-color: #DFEDF8;
	padding: 2px;
	border: 1px solid #BDDCF0;
    
}
.input {
   width: 180px;
}
input, textarea{
	margin-bottom: 5px;
	clear: right;
}
textarea{
   width: 250px;
   height: 150px;
}
h3{
	margin-bottom: 25px;
	font-weight: normal;
}
#Msg {
	color: #04184B;
	font-weight: bold;
	font-size: 14px;
}

#btEnviar {
	margin-left: 120px;
    margin-top: 5px;
    width: 90px;
}
label {
	float: left;
	width: 120px;
}
.txtContato{
	color: #155D8E;
	padding: 3px;
	height: 27px;
	width: 173px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;

}
#ContatoNome, #ContatoTel, #ContatoEmail{
	vertical-align: middle;
	height: 18px;
	width: 150px;
	
}
#ContatoDDD{
	vertical-align: middle;
	height: 18px;
	width: 30px;
	
}

#ContatoMSG {
	height: 100px;
	width: 250px;	
}
#Msg{
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	letter-spacing: 3px;
}
#ContatoNome{}
#ContatoTel{}
#ContatoEmail{}
#ContatoMSG{}

