fieldset {
  background-color: #dcdfe3;
  border-radius: 10px;
  border: none;
  font-size: 12px;
  height: 60px;
  padding-left: 20px;
}
legend {
  font-weight: bold;
  color: #333;
}

#filedrag {
  display: none;
  font-weight: normal;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #b0b0b0;
  border-radius: 7px;
  cursor: default;
}

#filedrag.hover {
  color: #f00;
  border-color: #f00;
  border-style: solid;
  box-shadow: inset 0 3px 4px #888;
}

pre {
  width: 95%;
  height: 8em;
  font-family: monospace;
  font-size: 0.9em;
  padding: 1px 2px;
  margin: 0 0 1em auto;
  border: 1px inset #666;
  background-color: #eee;
  overflow: auto;
}

#messages {
  /* padding: 0 10px;
    margin: 3.3em 0;
    border-top: 2px solid #999;*/
  padding: 0 10px;
  margin: 0;
  border-top: 2px solid #355e9a;
  margin-top: 25px;
  float: left;
  width: 100%;
}

input#fileselect {
  /*position: absolute;
	z-index: 9;
	margin-top: 15px;
	border: none !important;
	margin-left: -7px;
	text-align: left !important;
	padding-left: 0;
	width: 55%;*/
  background-color: #dcdfe3;
  position: relative;
  margin-top: -40px;
  float: left;
}
#progress p {
  display: block;
  width: 240px;
  padding: 2px 5px;
  margin: 2px 0;
  border: 1px inset #446;
  border-radius: 5px;
  background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success {
  background: #0c0 none 0 0 no-repeat;
}

#progress p.failed {
  background: #c00 none 0 0 no-repeat;
}
