::-webkit-scrollbar {
    display: none;
}
html {
     -ms-overflow-style: none;
}
.error {
    border: 1px solid #d10000;
}
.error-input-border {
    border: 3px solid #FF0000;
}

.valid {
    border: 1px solid #008f14;
}

.wrapper {
	width: 640px;
	height: 751px;
	background: url('candidatura_espontanea.jpg') no-repeat;
}

.wrapper-obrigado {
	width: 640px;
	height: 751px;
	background: url('obrigado_candidatura.jpg') no-repeat;
}

#input_nome {
	width: 593px;
	height: 27px;
	position: relative;
	top: 110px;
	left: 45px;
	padding-left: 5px;
	padding-bottom: 2px;
}

#input_email {
	width: 313px;
	height: 27px;
	position: relative;
	top: 150px;
	left: 45px;
	padding-left: 5px;
	padding-bottom: 2px;
}

#input_telefone {
	width: 261px;
	height: 27px;
	position: relative;
	top: 150px;
	left: -1px;
	padding-left: 5px;
	float: right;
	padding-bottom: 2px;
}

#input_mensagem{
	width: 593px;
	height: 135px;
	position: relative;
	top: 198px;
	left: 45px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;

}

#input_enviar{
	background: url('enviar.jpg') no-repeat;
	width: 148px;
	height: 52px;
	cursor: pointer;
	border: none;
	text-indent: -99999px;
}

#input_enviar:hover{
	background-position: 0 -52px;
}

#input_caminho{
	border: none;
	color: #000;
	position: relative;
	left: -30px;
	top: 2px;
	text-indent: -70px;
	width: 270px;
}

.wrapper_politica {
	position: relative;
	top: 266px;
	left: 42px;
	width: 590px;
	padding: 2px;
	text-align: left;
	border-style: solid;
	border-width: 2px;
	border-color: gray;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.enviar-wrapper {
	position: relative;
	top: 270px;
	float: right;

}

.wrapper_anexo {
	position: relative;
	top: 246px;
	left: 42px;
}

.wrapper_anexo input[type="file"]{
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    margin: 0;
    padding:0;
    left:0;
}

.anexo{
    position:relative;
    overflow:hidden;
    text-align:center;
    background: url('anexar.jpg') no-repeat;
    color:#fff;display:block;
    width:197px;
    height:26px;
    font-size:18px;
    line-height:30px;
    float:left;
}
.anexo:hover{
	background-position: 0 -26px;
}
input[type="text"]{
float:left;
}
