body {
  background-color: #626060;
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}

hr {
background:#626060 none repeat scroll 0 0;
color:#626060;
}

h3 {
  line-height:1.5em;
}

.container { text-align: center;}

#page {
  text-align: left;
  width: 640px;
  background: #fff url('../images/background-repeat.jpg') top left repeat-y;
  margin: 0 auto;
  margin-top: 50px;
}

#page-top {
  background: #fff url('../images/background-top.jpg') top left repeat-y;
  width: 640px;
  height: 17px;
}

#page-bottom {
  background: #fff url('../images/background-bottom.jpg') top left repeat-y;
  width: 640px;
  height: 17px;
}


#content {
  padding: 5px 30px;
}

#flash_notice {
  border-top: 1px solid black; border-bottom: 1px solid black; margin: 20px 0pt; padding: 10px 0pt; font-size: 1.2em; font-weight: bold;
}

.status {
  margin-left: 175px; width: 408px;
}

.bar {
  width: 300px;
}

#uploading {
  margin-left: 175px;
}

#uploading p {
  font-weight: bold;
}

#progress {
  background: #fff;
  border: 1px solid #c3c3c3;
  margin-top: 0px;
  float:left;
}
#progressbar {
  width: 0px;
  height: 24px;
  background: #666;
}

#percents {
  float: left; 
  margin-left: 10px; 
  margin-top: 3px;
}

#errorExplanation {
  border: 1px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
