#contatoForm {
	width: 400px;
	display:table;
	margin: 30px auto;
}

#contatoForm ul li {
	width: 300px;
	margin-bottom: 10px;
}

#contatoForm ul li label {
	display: block;
	width: 70px;
	height: 20px;
	line-height: 20px;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

#contatoForm ul li input {
	width: 200px;	
}

#contatoForm ul li select {
	width: 205px;	
}

#contatoForm ul li textarea {
	width: 202px;
	overflow: auto;
}

#contatoForm ul li.botaoEnviar {
	width: 60px;
	float: left;
	margin-left: 148px;
	margin-right: 15px;
	display: inline;
}

#contatoForm ul li.botaoApagar{
	width: 60px;
	float: left;
}

#contatoForm ul li.botaoEnviar input,
#contatoForm ul li.botaoApagar input,
#trabalheForm ul li.botaoEnviar input,
#trabalheForm ul li.botaoApagar input{
	width: 60px;
	height: 30px;
	background:url(../imagens/botao.jpg) no-repeat left top;
	border: none;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;

}

#contatoForm ul li.botaoEnviar input:hover,
#contatoForm ul li.botaoApagar input:hover,
#trabalheForm ul li.botaoEnviar input:hover,
#trabalheForm ul li.botaoApagar input:hover{
	background:url(../imagens/botao.jpg) no-repeat left bottom;
}

#trabalheForm ul li.botaoEnviar {
	margin-right: 20px;	
}

/*** Formulário Trabalhe Conosco***/
#trabalheForm {
	width: 700px;
	display:table;
	margin: 30px auto;
}

#trabalheForm ul {
	display: table;	
}

#trabalheForm ul fieldset {
	display: table;
	margin-bottom: 40px;
	padding: 10px;
	border: solid 3px #ccc;
	position: relative;
}

#trabalheForm ul fieldset legend {
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	background: #ccc;
	font-weight: bold;
	border: solid 1px #006;
	position: absolute;
	top: -25px;
	left: 20px;
	padding: 5px;
}

#trabalheForm ul li{
	float: left;
	height: auto;
	margin: 10px 0;
}

#trabalheForm input,
#trabalheForm select {
	border: solid 1px #CCC;
}

#trabalheForm select {
	padding: 0 3px;	
}

#trabalheForm ul li span.erro {
	color: red;
	font-size: 11px;
	width: 100%;
	font-weight: normal;
}

#trabalheForm ul li.campoP {
	width: 150px;	
}

#trabalheForm ul li.campoAno {
	width: 80px;	
}


#trabalheForm ul li.campoM {
	width: 250px;	
}

#trabalheForm ul li.campoM input {
	width: 200px;	
}

#trabalheForm ul li.campoG {
	width: 345px;	
}

#trabalheForm ul li.campoG input {
	width: 300px;
}

#trabalheForm ul li.campoG select {

}

#trabalheForm ul li.campoM input.ddd {
	width: 40px;	
}

#trabalheForm ul li.campoM input.telefone {
	width: 150px;	
}

#trabalheForm ul li.idiomas {
	width: 200px;
	display: table;
}

#trabalheForm ul li.idiomas input {
	border: none;	
}

#trabalheForm ul li.idiomas label {
	width: 190px;
	float: left;
	height: 20px;
	font-weight: bold;
}

#trabalheForm ul li.idiomas span {
	width: 110px;
	height: 25px;
	line-height: 13px;
	display: block;
	overflow: hidden;
	font-weight: normal;

}
#trabalheForm ul li.idiomas input{
	float: left;
	margin-right: 10px;
	height: 15px;
	width: 15px;
}


#trabalheForm ul li label,
#trabalheForm ul li span {
	display:block;
	width: 95%;
	font-weight: bold;
}

#trabalheForm fieldset label.curriculo {
	display: block;
	margin: 15px 0;
	font-weight: bold;
}

/*** Estilo Input File ***/
#div-input-file{
	background: url(../imagens/botao_selecionar.jpg) no-repeat 100% 0px;
	height:30px;
	width:390px;
	margin:0px;
	position:relative;
	top: -3px;
	margin: 20px 0;
	padding: 0;
	cursor: pointer;	
}

#div-input-file #file-original{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:18px;
	width:275px;
	height: 30px;
	float: right;
	cursor: pointer;
}

#div-input-falso{
	top:1px;
	position:absolute;
	left: 0;
	height: 30px;	
	cursor: pointer;		
}

#div-input-falso #file-falso{
	padding:2px 0px 0px 2px;
	width:265px;
	height:25px;
	font-size:12px;
	font-family: Verdana;
	cursor: pointer;		
}

span.error {
	color: red;
	display: block;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}


