.trabalhe,
.trabalhe .campo,
.trabalhe .campo input,
.trabalhe .default-button,
.trabalhe .campo textarea{
	width: 100%;
	float: left;
}
.trabalhe{
	margin-top: 70px;
}
.trabalhe .campo.uploads input{
	margin-bottom: 0;
}
.trabalhe .campo.uploads span.pdf{
	font-size: 12px;
    color: rgb(0, 0, 0);
    width: 100%;
    display: block;
    margin-bottom: 15px;
    float: left;
    line-height: 18px;
}
.trabalhe .campo input,
.trabalhe .campo textarea{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	padding: 8px;
	outline: none;
	margin-bottom: 15px;
	max-width: 100%;
	border: 1px solid #99bd73;
}
.trabalhe .campo textarea{
  height: 170px;
}
.trabalhe .campo input:focus,
.trabalhe .campo textarea:focus{
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.26);
    -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.26);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.26);

}
.trabalhe .default-button input{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	background-color: #99bd73;
	border: 1px solid #99bd73;
	padding: 7px 25px;
	font-size: 17px;
	color: #FFF;
}
.trabalhe .default-button input:hover{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color: rgba(153, 189, 115, .74);
}