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

#frmSala, #frmSala *{position:absolute;}
#frmSala input.clsText{
	background-color:#F3F3EB; border: #DCDCC2 solid 1px;
	font-family: 'Roboto'; font-size:14px; color: #AD8300;
	width:94px; height:25px;
	padding:3px; top: 42px;
}
#frmSala input#SA_User{left:10px;}
#frmSala input#SA_Pass{left:118px;}
#frmSala label{top:20px;}
#frmSala label#labUser{left:11px;}
#frmSala label#labPass{left:119px;}
input.clsBtn{
	background-color:#D5A000; border-bottom: #C69500 solid 2px;
	font-family: 'Roboto_Condensed'; font-size:15px; color: #FFFFFF; font-weight:bold;
	width:30px; height:32px;
	padding:6px; top: 42px; left:225px;
	cursor:pointer;
	text-transform:uppercase;
}
#frmSala input.clsBtn:hover{background-color:#C69500;}
.janSala .btnFechar{color: #AEAE73; border: #AEAE73 solid 1px; cursor: pointer; position: absolute; top: 4px; right: 4px; width: 18px; height:18px; text-align:center;}

/* Estrutura Contato */
#BoxContato {padding-top: 5px;}
#BoxContato h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0 14px 0;
}
#BoxContato form {width: 620px;	margin: 0 auto;}
#BoxContato form div {display: block;height: 42px;margin-bottom: 3px;}
#BoxContato form div.frmMensagem {height: 160px;}
#BoxContato input[type="text"], #BoxContato input[type="password"], #BoxContato input[type="email"], #BoxContato input[type="tel"], #BoxContato select, #BoxContato textarea{
	float: left;
	background-color:#F3F3EB; border: #DCDCC2 solid 1px;
	font-family: 'Roboto'; font-size:14px; color: #AD8300;
	padding:3px; top: 42px;
}
#BoxContato label {
	float: left;
	width: 110px;
	margin: 5px 0 12px 0;
	font-family: 'Roboto_Condensed'; font-size:15px; color: #222222; font-weight:normal;
	text-transform:uppercase;
}
#BoxContato input[type="text"], #BoxContato input[type="password"], #BoxContato input[type="email"], #BoxContato input[type="tel"]{height: 25px;width: 210px;}
#BoxContato select{height: 30px;width: 210px;}
#BoxContato textarea{height: 150px;width: 350px;}
#BoxContato #btEnviar{margin: 15px 0 15px 110px;width:auto !important; font-weight:normal; letter-spacing:0.5px;}
