
#fzakaz {
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.required label:after {
  content: ' *';
  color: #F00;
  font-weight: bold;
}

#addfile {
  position: relative;
  overflow: hidden;
  width: 130px;
  height: 32px;
  margin-right: 15px;
}
#load_file {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 32px;
  font-size: 0px;
  opacity: 0;
  filter: alpha(opacity:0);
}
#load_file:hover {
  cursor: pointer;
}
.error {
  color: #f00;
  font-weight: bold;
}
.content .success {
  color: #090;
  font-weight: bold;
  margin-top: 15px;
  font-size: 1.2em;
  text-indent: 0;
}

#files {
  margin: 0;
  padding: 0;
}
#files div {
  position: relative;
  display: block;
  float: left;
  max-width: 140px;
  max-height: 135px;
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  padding-top: 15px;
  margin-right: 20px;
}
#files span {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
#files p {
  text-align: center;
  margin: 0;
  padding: 0;
  text-indent: 0;
  word-wrap: break-word;
}
#files:after {
  clear: both;
}

#zakazsend {
  font-size: 1em;
  padding: 6px 18px;
}
#zakazsend[disabled] {
  background-color: #111;
  border-color: #000;
}
