/*
*Formulário de Fale Conosco
CSS desenvolvido por Marcelo Andrade <marcelo.andrade@lecom.com.br>
*/

#faleconosco {
	width:500px;
}

#faleconosco label {
	float:left;
	margin:10px 0 0 0;
}

#faleconosco span {
	width:70px;
	text-align:right;
	float:left;
	font-size: 12px;
	margin-right:5px;
}

#faleconosco select {
	float:left;
}

#faleconosco button {
	margin-left: 74px;
	border: 1px solid #8E352A;
	background:#FCFBF0;
	color:#8E352A;
	font-weight:bold;
}

#faleconosco input, textarea {
	background: #FCFBF0;
	border: 1px solid #A94134;
	padding: 1px;
	font: 12px Arial;
	color: #666;
}

#faleconosco input {
	float:left;
}

#faleconosco textarea {
	float:left;
	width:377px;
}

#faleconosco .focus {
	background:#FFFEF8;
	border: 1px solid #CC6666;
	color:#000;
}

#faleconosco .cep {
    width: 54px;
}

#faleconosco .celular {
    width: 72px;
}

#faleconosco .estado {
    width: 74px;
}

#faleconosco .assunto {
	position:relative;
    top:3px;
}

/*
--------------------------------------------*/


#curriculo {
	width:550px;
}
	#curriculo label {
		float:left;
		margin:10px 0 0 0;
		font: 12px "arial";
		text-align:right;
	}
	
	#curriculo h4 {
		clear:both;
		margin: 20px 0 0 0;
		padding:15px 0 0 10px;
		height:52px;
		color:#8E352A;
		background:url(../img/fundo_h4.gif) no-repeat;
	}
	
	#curriculo hr {
		clear: both;
		margin: 8px 0 8px 0;
		border: 1px dotted #8E352A;
		height: 1px;
		width: 478px;
	}
	
	#curriculo .data {
		width:15px;
		text-align:center;
		margin:0;
		padding:0;
	}

		#curriculo span {
			width:120px;
			text-align:right;
			float:left;
			font-size: 12px;
			margin-right:5px;
		}

#curriculo select {
	float:left;
}

#curriculo button {
	margin-left: 94px;
	border: 1px solid #8E352A;
	background:#FCFBF0;
	color:#8E352A;
	font-weight:bold;
}

#curriculo input, textarea {
	background: #FCFBF0;
	border: 1px solid #A94134;
	padding: 1px;
	margin: 2px;
	font: 12px Arial;
	color: #666;

}

#curriculo textarea {
	width:302px !important;
}

#curriculo .focus {
	background:#FFFEF8;
	border: 1px solid #CC6666;
	color:#000;
}

#curriculo div {
	margin: 10px 0 0 0;
}

#curriculo .rg {
	width:51px;
}

#curriculo .telefone {
	width:51px;
}

#curriculo .idade {
	width:49px;
}

#curriculo .civil {
	width:125px;
}

#curriculo .cidade {
	width:61px;
}

#curriculo .pretensao {
	width:121px;
}

#curriculo .estado {
    width: 60px;
}

#curriculo .ate {
	width:35px;
}


/*
--------------------------------------------*/

#recebaexemplares {
	width:500px;
}

#recebaexemplares label {
	float:left;
	margin:10px 0 0 0;
}

#recebaexemplares span {
	width:70px;
	text-align:right;
	float:left;
	font-size: 12px;
	margin-right:5px;
}

#recebaexemplares select {
	float:left;
}

#recebaexemplares button {
	margin-left: 75px;
	border: 1px solid #8E352A;
	background:#FCFBF0;
	color:#8E352A;
	font-weight:bold;
}

#recebaexemplares input, textarea {
	background: #FCFBF0;
	border: 1px solid #A94134;
	padding: 1px;
	font: 12px Arial;
	color: #666;
}

#recebaexemplares input {
	float:left;
}

#recebaexemplares textarea {
	float:left;
	width:377px;
}

#recebaexemplares .focus {
	background:#FFFEF8;
	border: 1px solid #CC6666;
	color:#000;
}

#recebaexemplares .telefone {
    width: 64px;
}

#recebaexemplares .cep {
    width: 64px;
}

