
#titulo-contatos h1 {
	margin-top:5px;
	width:400px;
	height:41px;
	background-image:url(../img/contato/titulo.jpg);
}

#titulo-contatos h1 span { display:none;}


.texto {
	line-height:18px;

}

#conteudo #form-contato{
	margin-top:5px;
	padding:10px;
	background-color:#FFF;
	font:11px tahoma;
	line-height:18px;
	height:500px;

}

label {
	display:block;
	font:bold 11px tahoma;
	margin-bottom:3px;
}

input  {
	width:300px;
	padding:4px;
	color:#003399;
	font:11px tahoma;
	border:1px solid #57BADB;
	background-image:url(../img/bg-form-talentos.jpg);
	margin-bottom:8px;
}



input:hover, input:focus {
	padding:4px;
	color:#003399;
	font:11px tahoma;
	border:1px solid #00CC00;
	background-image:url(../img/bg-form-talentos-foco.jpg);
}


textarea {
	width:300px;
	padding:4px;
	color:#003399;
	font:11px tahoma;
	border:1px solid #57BADB;
	background-image:url(../img/bg-campo-form-textarea.jpg);
	margin-bottom:8px;
	line-height:23px;
	overflow:auto;
	height:65px;
}

textarea:hover, textarea:focus {
	width:300px;
	padding:4px;
	color:#003399;
	font:11px tahoma;
	border:1px solid #00CC00;
	background-image:url(../img/bg-campo-form-textarea-over.jpg);
	margin-bottom:8px;
	line-height:23px;
	overflow:auto;
	height:65px;
}


select { font:11px tahoma; color:#006699; width:312px;}

.b-enviar {
	display:block;
	width:70px;
	height:15px;
	background-color:#006699;
	font:bold 11px tahoma;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
	text-decoration:none;
}

.b-enviar:hover {
	display:block;
	width:70px;
	height:15px;
	background-color:#00CC00;
	font:bold 11px tahoma;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
	text-decoration:none;
}

















