#logo_left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
}
#logo_right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 150px;
}

h1 {
  text-align: center;
}
h2 {
  text-align: center;
}

#dropZone {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 185px;
  line-height: 135px;
  background-color: #DDD;
  border-radius: 10px;
  border-width: 4px;
  border-style: dashed;
  border-color: grey;
  text-align: center;
  color: #777;
  font-weight: bold;
  font-size: 1.5em;
}
#dropZone.dragHover {
  background-color: lightblue;
}
#dropZone input::-webkit-input-placeholder {
  text-align: center;
  color: blue;
}
#dropZone input:-moz-placeholder {
  text-align: center;
  color: blue;
}
#dropZone input::-moz-placeholder {
  text-align: center;
  color: blue;
}
#dropZone input:-ms-input-placeholder {
  text-align: center;
  color: blue;
}

#content {
  max-width: 650px; 
  margin-left: auto;
  margin-right: auto;
}

#progress {
  height: 185px;
  overflow-y: auto;
  overflow-x: hidden;
}

#progress {
  display: none;
  margin-left: auto;
  margin-right: auto;
}

#progress td {
  vertical-align: top;
}

#progressBar {
  float: left;
}

ul#sentFilesList {
  list-style-type: none;
}

ul#sentFilesList li.success {
  padding: 0px 0px 1px 24px;
  background: url("images/check.png") no-repeat 16px 16px;
  background-position: left;
}

ul#sentFilesList li.success {
  padding: 0px 0px 1px 24px;
  background: url("images/check.png") no-repeat 16px 16px;
  background-position: left;
}

#thanks {
  width: 400px;
  height: 250px;
  position: fixed;
  margin: 0 0 0 -200px;
  left:50%;
  top: 150px;
  display: none;
  background-color: green;
  border-radius: 10px;
  border-width: 4px;
  border-style: dashed;
  border-color: #090;

  text-align: center;
  font-size: 1.7em;
  color: white;

  padding: 10px;
}

ul.instructions {
  margin-left: 140px;
}