/*
Estilização de FORM's'
*/
form{
	margin-left: -25px;
}
#enviaTrabalhe{
	margin-left: 0;
}
.cidade{
	width: 210px;
	height: 32px;
	*height: 42px;
	background: url(../img/fundo-input-cidade.png) no-repeat;
	padding-left:40px;
	padding-right:45px;
	padding-bottom: 18px;
	*padding-bottom: 0;
	*padding-top: 8px;
	margin-left:1px;
}
#formContato{
	margin-top: 35px;
}
#formLiberaSenha label{
	/*text-align: right;*/
}
label{
	display: block;	
}
label input{
	border: none;
	color: #6a6a6a;
	font-size: 12px;
}
label input.normal{
	width: 370px;
	height: 32px;
	*height: 42px;
	background: url(../img/fundo-input-contato-padrao.png) no-repeat;
	padding-left:40px;
	padding-right:45px;
	padding-bottom: 18px;
	*padding-bottom: 0;
	*padding-top: 8px;
}
/*textarea{
	width: 465px;
	height: 122px;
	background: url(../img/fundo-textarea-contato.png) no-repeat;
	padding-left: 40px;
	padding-top: 8px;
	border: none;
	color: #6a6a6a;
	font-size: 12px;
}*/

#formLiberaSenha span{
	width: 406px;
	height: 50px;
	display: block;
	text-align: right; 	
 	margin-left: 26px;
}
#enviarLiberaSenha{
	width: 96px;
	height: 21px;
	background: url(../img/btn-entrar.png) no-repeat;
	border: none;
	cursor:pointer;
}
#btnEnviar{
	width: 96px;
	height: 21px;
	background: url(../img/btn-enviar.png) no-repeat;
	border: none;
	float: right;
	margin-right: 3px;
	margin-top: 20px;
	cursor:pointer;
}
#ladoEsq{
	float:left;
}
#ladoDir{
	float: right;
}

