span.fieldWithErrors {
  outline: 1px solid red !important;
}

#errorExplanation {
  position: relative;
  width: 400px;
  border: 2px solid #C00;
  padding: 7px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0;
  color: #fff;
  background: #C00;
}

#errorExplanation h2 img {
  vertical-align: bottom;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

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

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

.button-to {
  position: relative;
  margin-top: 0.5em !important;
}
