.formError {
  font-size: 93%;
  font-style: italic;
  color: red;
}

.fieldWithErrors {
  margin: 0;
  padding: 0;
  background-color: pink !important;
  display: inline;
}

span.fieldWithErrors {
  background-color: transparent !important;
}

.fieldWithErrors * {
  background-color: pink !important;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

