form {
	display: block;
}

form div.fieldBox {
	clear: both;
	margin-bottom: 4px;
	
}

label {
	float: left;
	font-family: 'Trebuchet MS', Arial, Verdana;
	text-align: right;	
	color: white;
	margin-top: 4px;
	margin-right: 5px;
}

input.text, textarea, select {
	background: #94a2b7;
	font-size: 11px;
	font-family: 'Trebuchet MS', Arial, Verdana;
	color: white;
	
}
textarea { background: #e1e2c2; }

input.text { height: 20px; padding: 0px 2px 0px 2px; }
textarea { padding: 5px 2px 0px 2px; }
select { padding: 2px 2px 2px 0px;  }

input.text, textarea, select {
	border: 2px solid #5c6e87;
	height: 25px;
		
}

/* FORMS */
form#frmContato { width: 540px; height: 48px; margin: 42px 0px 0px -258px; }
form#frmContato input { 
	width: 190px;
	margin-bottom: 14px;
	float: left;
	background: #94a2b7; 
	color: white; 
	border: none; 
	padding: 2px; 
	font-size: 11px; 
	border: 2px solid #5c6e87;
	height: 14px;
}
form#frmContato textarea { 
	float: right; 
	height: 44px;
	width: 206px;
	background: #94a2b7; 
	color: white; 
	border: 2px solid #5c6e87; 
	padding: 5px; 
	font-size: 10px;
	position: absolute;
	top: -41px;	
	right: 0px;
}
form#frmContato a.btEnviar { 
	float: left;	
	margin: 17px 0px 0px 256px;
	width: 36px;
	height: 22px;	
	padding: 6px 0px 0px 10px;
	background: #3c4c62;
	font-size: 10px;
	text-decoration: none;	
	color: white;
}
form#frmContato a.btEnviar:hover { text-decoration: none; background: #2c3a4c; }
