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

/* Estrutura Contato */
form, input, textarea{
	margin: 0px;
	padding: 0px;
}
.input, .textarea{
	font-weight: normal;
	color: #1C3A5C;
	background-color: #F4F5F7;
	padding: 2px;
	border: 1px solid #CCCCCC;
    
}
.input {
   width: 180px;
}
input, textarea{
	margin-bottom: 5px;
	clear: right;
}
textarea{
   width: 250px;
   height: 150px;
}
h3{
	margin-bottom: 25px;
	font-weight: normal;
}
#Msg {
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
}
#Msg p {
	margin-bottom: 10px;
}


#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{}
#ContatoMSG{}
