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

/* Estrutura Contato */
* {
	margin: 0px;
	padding: 0px;
}
h2.msg {
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	color: #900;
	padding-top: 20px;
	padding-bottom: 20px;
}
#BoxContato {
	padding-top: 10px;
	padding-left: 68px;
}
#BoxContato div {
	width: 500px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin-bottom: 10px;
}


#BoxContato h2 {
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	color: #900;
	padding-top: 20px;
	padding-bottom: 20px;
}
#BoxContato form {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
}

#BoxContato label, #BoxContato input, #BoxContato select, #BoxContato textarea{

}

#BoxContato label {
	width: 121px;
	margin-top: 5px;
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: bold;
	color: #3D1C0E;
	float: left;
}
#BoxContato #eNome, #BoxContato #eEmail, #BoxContato #eTel, #BoxContato #eDpto, #BoxContato #eMsg {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D1C0E;
	background-color: #FDF8DB;
	padding: 2px;
	border: 1px solid #884900;
}
#BoxContato #eNome, #BoxContato #eEmail, #BoxContato #eTel{
	height: 16px;
	width: 180px;

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

}
#BoxContato #eMsg {
	height: 150px;
	width: 350px;

}
#BoxContato #btEnviar {
	cursor: pointer;
	margin-left: 60px;
}


/* Formulário Cadastro de News no Site */

#Rodape #BoxNews #Formulario label{
	float: left;
	margin-right: 2px;
}
#Rodape #BoxNews #Formulario label.nNome{
	width: 125px;
}
#Rodape #BoxNews #Formulario label.nEmail{
	width: 165px;
}
#Rodape #BoxNews #Formulario label.nCelular{
	width: 105px;
}
#Rodape #BoxNews #Formulario input{
	font-size: 12px;
	font-weight: normal;
	color: #455506;
	background-color: #FCF2C7;
	padding: 2px;
	height: 14px;
	border: 1px solid #657B0A;
	margin-top: 8px;
}
#Rodape #BoxNews #Formulario #nNome{
	width: 117px;
}
#Rodape #BoxNews #Formulario #nEmail{
	width: 157px;
}
#Rodape #BoxNews #Formulario #nCelular{
	width: 97px;
}
#Rodape #BoxNews #Formulario #bt_ok{
	cursor: pointer;
	float: left;
	padding-top: 24px;
}

