/*CONTATO
*****************************************************************************************/
		#conteudo h2 {
			background:url(../images/contato/contato.gif) no-repeat;
			width:509px;
			height:47px;
			position:relative;
			margin-bottom:10px;
		}

/*ONDE ESTAMOS
*****************************************************************************************/
		
		#onde_estamos {
			background:url(../images/contato/back_onde.gif) no-repeat;
			width:432px;
			height:94px;
			margin:0 auto;
			margin-bottom:10px;
		}
		
		#onde_estamos address {
			font-style:normal;
			float:right;
			padding-right:70px;
			margin-top:15px;
		}
		
/*CONTATO
*****************************************************************************************/
		
		#envie_contato {
			border:1px solid #e5e5e5;
			width:420px;
			height:482px;
			padding-top:5px;
			padding-left:5px;
			padding-bottom:5px;
			padding-right:5px;
			margin:0 auto;
		}
		
		#form_contato {
			width:420px;
			height:482px;
			margin:0 auto;
			position:relative;
			background-color:#f3f3f3;
		}
		
		#form_contato h2 {
			width:420px;
			height:61px;
			background:url(../images/contato/enviepara.gif) no-repeat;
			height:61px;
			float:left;
			position:relative;
		}
		
		#depto {
			width:150px;
			position:relative;
			margin-left:240px;
			margin-top:23px;
			font-size:11px;
		}
		
		#form_contato label {
			width:85px;
			height:20px;
			font-size:13px;
			margin-left:13px;
			float:left;
			text-align:right;
			color:#333333;
			margin-top:10px;
		}
		
		#form_contato input {
			border:1px solid #999999;
			margin-top:10px;
		}
		
		#form_contato select {
			margin-bottom:0;
			height:18px;
		}
		
		#enviar {
			background:url(../images/contato/enviar.gif) no-repeat;
			border:0;
			width:95px;
			height:39px;
			left:105px;
			margin-top:10px;
		}
		
		#mensagem {
			width:292px;
			margin-top:10px;
			border:1px solid #999999;
		}
		
		#uf {
			border:1px solid #999999;
		}
		
		#erro p {
			background:url(../images/contato/erro.gif) no-repeat;
			padding:0 0 0 18px;
			margin-left:105px;
			margin-top:10px;
			font-size:9px;
		}
		
