
/* CSS FORMATAÇÃO CAMPOS DE ENTRADAS  */

input[type="password"],
.uneditable-input {
  display: inline-block;
  width: 120px;
  height: 20px;
  border: 1px solid #000;
  color: #555555;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

input[type="select"]
.uneditable-input{
  heght: 30px;
  line-height: 30px;
   font-size: 14px;
}

input[type="email"],
.uneditable-input {
  display: inline-block;
  width: 250px;
  height: 20px;
  border: 1px solid #000;
  color: #555555;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
	}

input[type="text_70"],
.uneditable-input {
  display: inline-block;
  height: 15px;
  width: 270px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  border: 1px solid #000;
  line-height: 15px;
  color: #555555;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

input[type="text_50"],
.uneditable-input {
  display: inline-block;
  height: 15px;  
  width: 250px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 15px;
  border: 1px solid #000;
  color: #555555;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

input[type="text_40"],
.uneditable-input {
  display: inline-block;
  height: 15px;  
  width: 235px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 15px;
  border: 1px solid #000;
  color: #555555;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

input[type="text_30"],
.uneditable-input {
  display: inline-block;
  height: 15px;
  width: 220px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 15px;
  color: #555555;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}


input[type="text_20"],
.uneditable-input {
  display: inline-block;
  height: 15px;  
  width: 180px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 15px;
  color: #555555;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

input[type="text_15"],
.uneditable-input {
  display: inline-block;
  height: 15px;  
  width: 130px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 15px;
  color: #555555;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

input[type="text_10"],
.uneditable-input {
  display: inline-block;
  height: 15px;  
  width: 90px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 15px;
  color: #555555;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

input[type="text_6"],
.uneditable-input {
  display: inline-block;
  height: 15px;  
  width: 60px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 15px;
  color: #555555;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

input[type="text_4"],
.uneditable-input {
  display: inline-block;
  height: 15px;  
  width: 45px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 15px;
  color: #555555;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

input[type="text_2"],
.uneditable-input {
  display: inline-block;
  height: 15px;  
  width: 35px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 15px;
  color: #555555;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}


