@charset "utf-8";
/* CSS Contato */

/* Texto Descritivo */
#Con_Tex_Des{
	width:485px;
	margin-bottom:10px;
}

/* Texto Descritivo */
.Con_Tex_Des{
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555;
}

/* Area Geral  */
#Con_Are_Ger{
	width:485px;
	margin-bottom:20px;
}

/* Espaco do Formulario*/
#Con_Are_For{
	margin-bottom:10px;
}

/* Area 001 */
#Con_Are_001{
	width:100%;
}

/* Area 002 */
#Con_Are_002{
	width:100%;
}

/* Formulario Linha */
.Con_Are_For_Lin{
	width:100%;
	display:inline-block;
	margin-bottom:1px;
}

	/* Formulario Descricao */
	.Con_Are_For_Des{
		width:100%;
		height:17px;
		margin-top:8px;
		font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#000;
		word-spacing:1px;
		float:left;
	}

	/* Formulario Descricao - Obrigatorio */
	.Con_Are_For_Des_Obr{
		width:100%;
		height:17px;
		margin-top:8px;
		font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#000;
		word-spacing:1px;
		float:left;
	}

	/* Formulario Campo */
	.Con_Are_For_Cam{
		width:100%;
	}

	/* Formulario Campo Mensagem*/
	#Con_Are_For_Cam_Men{
		width:100%;
		}

	/* Area Botao */
	#Con_Are_Bot{
		width:100%;
		margin-top:5px;
		text-align:right;
		}

/* Mensagem Enviada*/
#Con_Msg_Env{
	padding-right:10px;
	margin-bottom:20px;
	text-align:center;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555555;
	word-spacing:1px;
}

/* Espaco do Imagem*/
#Con_Are_Img{
	width:0;
}		
		
/* Botao */
.Con_For_Bot{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#333;
	width:80px;
	background:#ffe500;
	border:#ffe500 solid 1px;
	cursor:pointer;
}
	.Con_For_Bot:hover{
		color:#FFF;
		background-color:#000;
		border:#000 solid 1px;
	}

/* Fonte Form Campo */
.Con_For_Cam{
	font:13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#555;
	width:475px;
	padding:3px;
	background:#FFF;
	border:#CCC solid 1px;
	-moz-border-radius:4px;
}
	.Con_For_Cam:focus{
		border:#ffe500 solid 1px;
	}

/* Fonte Form Campo Mensagem*/
.Con_For_Cam_Men{
	font:13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#555;
	width:475px;
	padding:3px;
	background:#FFF;
	border:#CCC solid 1px;
	-moz-border-radius:4px;
}
	.Con_For_Cam_Men:focus{
		border:#ffe500 solid 1px;
	}
	
/* Dados de Contato */
.Con_Dad_Con{
	width:100%;
	text-align:right;
	margin-right:60px;
	font:13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#555;
}