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

/* Estrutura Contato */
* {
	margin: 0px;
	padding: 0px;
}
#BoxContato{
	margin-top: 30px;
}

#BoxContato h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	margin-top: 5px;
	margin-bottom: 14px;
}
#BoxContato label, #BoxContato input, #BoxContato select, #BoxContato textarea{
	float: left;
}

#BoxContato label {
	width: 120px;
	margin-top: 5px;
	margin-bottom: 12px;
	font-size: 12px;
	color: #990000;
}
#BoxContato br {
	clear: left;
}
#BoxContato #frmNome, #BoxContato #frmEmail, #BoxContato #frmTel, #BoxContato #frmDpto, #BoxContato #frmMsg, #BoxContato #frmTelCo, #BoxContato #frmData {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #990000;
	background-color: #F7E8DF;
	padding: 2px;
	border: 1px solid #F1D8C9;
}
#BoxContato #frmNome, #BoxContato #frmEmail, #BoxContato #frmTel, #BoxContato #frmTelCo, #BoxContato #frmData{
	height: 16px;
	width: 180px;

}
#BoxContato #frmDpto{
	height: 22px;
	width: 180px;

}
#BoxContato #frmMsg {
	height: 150px;
	width: 250px;

}
#BoxContato #btEnviar {
	margin-top: 15px;
	margin-left: 125px;
	margin-bottom: 15px;
}

