@charset "utf-8";
/* CSS Document */

.texto_trabalhe{
	position:relative;
	float:left;
	width: 764px;
	height: 40px;
	}
	
.texto_trabalhe h1{
	position: relative;
	float: left;
	width: 764px;
	height:40px;
	}
	
.caixa_trabalhe{
	position:relative;
	float:left;
	width:762px;
	height:230px;
	background-color:#F0F0F0;
	border:1px solid #CCC;
	background-image:url(../imagens/imagem-trabalhe-conosco.jpg);
	background-repeat:no-repeat;	
	background-position:right;
	}
	
.caixa_inputs_trabalhe{
	position:relative;
	float:left;
	width:377px;
	height:184px;
	margin-left:24px;
	margin-top:30px;
	}
	
.linha_trabalhe{
	position:relative;
	float:left;
	width:377px;
	height:27px;
	}
	
.linha_trabalhe label{
	position:relative;
	float:left;
	width:100px;
	height:27px;
	background-color:#999;	
	font-size:14px;
	color:#FFF;
	line-height:1.90em;
	font-family:Arial;
	padding-left:10px;
	}
	
#nome_trabalhe{
	position:relative;
	float:right;
	width:255px;
	height:23px;
	border:1px solid #CCC;
	color:#666;
	}
	
#email_trabalhe{
	position:relative;
	float:right;
	width:255px;
	height:23px;
	border:1px solid #CCC;
	color:#666;
	}
	
#telefone_trabalhe{
	position:relative;
	float:right;
	width:255px;
	height:23px;
	border:1px solid #CCC;
	color:#666;
	}
	
.espaco_linha{
	margin-top:10px;
	}
	
.botao_enviar_curriculo{
	position:relative;
	float:right;
	width:168px;
	height:26px;
	background-image:url(../imagens/enviar-curriculo.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.botao_enviar_curriculo:hover{
	background-position:0px -26px;
	}
	
	