/* employed.css */

.job {
  margin: 20px;
  width: 710px;
  border: 2px solid #5C397D;
}

.job tr td {
  border: 2px solid white;
  padding: 10px;
}

.job .proposition {
  width: 380px;
}

.job .date {
  text-align: center;
}

.job .classe {
  font-size: 14px;
}

.job .header {
  background: #5C397D;
  font-size: 16px;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}

.job .header td {
  padding: 0;
}

.job .one {
  background: #eeddfe;
}

.job .two {
  background: #d3abfa;
}

#AutoForm {
  margin-top: 20px;
}

#AutoForm label {
  margin: 0 10px 0 270px; 
}

#AutoForm .SubmitButton {
  text-align: center;
  margin-top: 10px;
}

#EmployedBox .failed {
  text-align: center;
  color: red;
}


