@charset "utf-8";
/* CSS Document */
#contato{
	width: 833px;	
	float:left;	
}

#tituloContato{
	width: 833px;	
	height:45px;
	float:left;	
}

#formulario{
	width: 440px;	
	height:480px;
	float:left;	
	margin:10px;
	text-align:justify;
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:12px;	
}

#outros{
	width: 333px;	
	float:left;
	margin-top:10px;	
	margin-bottom:10px;	
	margin-left:20px;
	margin-right:20px;
}

#textoOutros{
	text-align:justify;
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:13px;	
}

#textoOutros2{
	text-align:right;
	font-family:"Trebuchet MS";
	font-size:24px;	
	width: 333px;	
	float:left;
	color:#f7931e;
}

#espaco{
	clear:both;
	height:18px;
	width:440px;	
}

#espaco2{
	clear:both;
	height:50px;
	float:left;	
	width:833px;
}

#espaco3{
	height:10px;
	float:left;	
	width:333px;
}

.TextField {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	border: 1px solid #666666;
	margin: 3px;
	padding: 3px;
	word-spacing: normal;
	text-align: left;	
	letter-spacing: normal;
	float:left;
}


.TextField2 {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	background-color: #FFFFFF;
	height: auto;
	border: 1px solid #666666;
	padding: 3px;
	word-spacing: normal;
	text-align: left;	
	letter-spacing: normal;
	float:left;
	width:420px; 
}

.textArea {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	background-color: #FFFFFF;
	height: auto;
	border: 1px solid #666666;
	padding: 3px;
	word-spacing: normal;
	text-align: left;	
	letter-spacing: normal;
	float:left;
	width:420px; 	
}

#texto{
	width:440px; 
	float:left;
}

#titulo{
	clear:both;
	font-family:"Trebuchet MS";
	font-size:14px;	
	float:left;
	color:#666666;
}

#chamada{
	clear:both;
	font-family:"Trebuchet MS";
	font-size:12px;	
	float:left;
	color:#666666;
	width:430px;
	margin-right:10px;
}

#btEnviar, #btLimpar{
	background:none;
	background-color:#000000;
	border:none;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:12px;
	margin:10px;
	padding:2px;
	cursor:pointer;
}

#msgErro{
	font-family:"Trebuchet MS";
	font-size:14px;	
	float:left;
	color:#f7931e;
	font-weight:bold;
}