.fileupload{
	margin-top: 0px;
    width: 314px;
    height: 52px;
    background-image: url(../assets/selecione.png);
    margin-bottom: -52px;
}

.centraliza{
margin: 0 auto !important;
}
input[name="arquivo"]{
	margin-top: 0px;
    width: 314px;
    height: 52px;
    opacity: 0;
    cursor: pointer;
}

.form-group {
    display: inline-block;
    margin-top: 0px;
    height: 52px;
    overflow: hidden;
	padding: 0px 0px;
	margin-bottom: 2px;
}

p{
    font-size: 14px;
	font-family: 'Dosis';
	margin-top: 0px;
    display: inline-block;
    margin: 0 0px;
    height: 52px;
    vertical-align: bottom;
    color: #636264;
}

.select-estiloso {
	font-family: 'Dosis';
	margin-top: 0px;
	font-size: 14px;
    overflow: hidden;
    background: url(../assets/fundo-select.png); /* novo ícone para o <select> */    
    width: 314px;
    height: 52px;
	color: #636264;
}    

select[name="formato"]{
	margin-top: 0px;
    background: transparent;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    width: 314px;
    height: 52px;
    font-size: 14px;
    color: #636264;
    text-transform: uppercase;
}

#enviarBtn{
    background-image: url(../assets/converter.png);
    width: 192px;
    height: 40px;
    border: none;
    border-radius: 0;
    display: inline-block;
}

.recarregarBtn{
	margin-top: 0px;
    background-image: url(../assets/recarregar_small.png);
    width: 120px;
    height: 25px;
    border: none;
    border-radius: 0;
    display: inline-block;
}

.linha-acoes{
	font-size: 28px;
	font-family: 'Dosis';
    width: 720px;
    text-align: left;
    margin-top: 0px;
}

progress {
  background: #c3c2c4;
  color: #e20816;
  height: 35px;
  border: 1px solid #e20816;
  background: #c3c2c4;
}

/* Firefox */
progress::-moz-progress-bar { 
    background: #e20816;  
}

/* Chrome */
progress::-webkit-progress-value {
    background: #c3c2c4;
}

progress[value^="9"]::-moz-progress-bar {
background-color :  #e20816;
}

