.fieldWithErrors {
  padding: 2px;
  padding-left: 12px;
  background: #ffd324 url("/images/flash/error.png") center no-repeat;
  background-position: 2px 50%; /* x-pos y-pos */
  display: table;
}
.fieldWithErrors input{
  background-color: #fff6bf;
}
#errorExplanation {
  width: 400px;
  margin: auto;
  border-bottom: 2px solid #ffd324;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  margin-top: 7px;
  background-color: #fff6bf;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 30px;
  margin: -7px;
  font-size: 110%;
  color: #343434;
  background: #ffd324 url("/images/flash/exclamation.png") center no-repeat;
  background-position: 7px 50%; /* x-pos y-pos */
}

#errorExplanation p {
  margin-bottom: 0;
  margin-top: 4px;
  padding: 5px;
  font-weight: bold;
}
#errorExplanation ul{
  margin-left: 25px;
}
#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%;
}