/*
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: #F58200;
	margin-top: 5px;
	margin-bottom: 14px;
}
#BoxContato form {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
}
#BoxContato form div {
	display: block;
	height: 35px;
	margin-bottom: 3px;
}
#BoxContato form div.frmMensagem {
	height: 154px;
}

#BoxContato form div.frmEndereco {
	height: 80px;
}


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

#BoxContato #frmVisita{float: none; padding: 10px 30px 0 0;}

#BoxContato label {
	width: 95px;
	margin-top: 5px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
#BoxContato br {
	clear: left;
}
#BoxContato #frmNome, 
#BoxContato #frmEmail, 
#BoxContato #frmTel, 
#BoxContato #frmEnd,
#BoxContato #frmDpto, 
#BoxContato #frmMsg,
#BoxContato #frmRSocial,
#BoxContato #frmCnpj,
#BoxContato #frmIE {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #DBDBDB;
	padding: 3px;
	border: 1px solid #DBDBDB;
}
#BoxContato #frmNome, 
#BoxContato #frmEmail, 
#BoxContato #frmTel,
#BoxContato #frmRSocial,
#BoxContato #frmCnpj,
#BoxContato #frmIE{
	height: 20px;
	width: 180px;

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

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

}
#BoxContato #frmEnd {
	height: 50px;
	width: 250px;

}
#BoxContato #btEnviar {
	margin-top: 15px;
	margin-left: 110px;
	margin-bottom: 15px;
}
#AcessoRestrito #frmAcesso label {
	width: 190px;
	display: block;
	font-size: 14px;
	color: #333333;
	margin-bottom: 3px;
	clear: both;
}
#AcessoRestrito #frmAcesso .txtForm {
	background-image: url(../img/txtForm.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 19px;
	width: 112px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-bottom: 8px;
	float: left;
	margin-right: 6px;
}
#AcessoRestrito #frmAcesso .txtForm input{
	font-size: 12px;
	color: #1D1D1D;
	background-color: #DBDBDB;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	height: 15px;
	width: 108px;
}
#AcessoRestrito #frmAcesso #btOk {
	float: left;
}
#rdpConteudo #News #frmLabel {
	font-size: 14px;
	color: #333;
	float: left;
	width: 47px;
	padding-top: 5px;
	height: 18px;
}
#rdpConteudo #News #frmAreaInput {
	float: left;
	height: 19px;
	width: 149px;
	background-image: url(../img/txtFormNews.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 8px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#rdpConteudo #News input {
	padding: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	color: #333;
	background-color: #DBDBDB;
	height: 15px;
	width: 145px;
}
#rdpConteudo #News #btNews {
	float: left;
	cursor: pointer;
}
