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

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

#BoxContato h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	margin-top: 5px;
	margin-bottom: 14px;
}
#BoxContato form {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
}

#BoxContato label, #BoxContato input, #BoxContato select, #BoxContato textarea{
	float: left;
}

#BoxContato label {
	width: 95px;
	margin-top: 5px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #00346A;
}
#BoxContato br {
	clear: left;
}
#BoxContato #frmNome, #BoxContato #frmEmail, #BoxContato #frmTel, #BoxContato #frmDpto, #BoxContato #frmMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003265;
	background-color: #DDF0F6;
	padding: 2px;
	border: 1px solid #BBE2EA;
}
#BoxContato #frmNome, #BoxContato #frmEmail, #BoxContato #frmTel{
	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;
}

