#order_block1 {
  padding: 30px;
}

#order_block1 .img {
  padding: 10px;
  float: left;
}

#order_block1 .header {
  font-size: 40px;
  font-weight: bold;
  padding: 0 30px;
  text-align: left;
  color: #7360AA;
}

#order_block1 .form {
  font-size: 14px;
  padding: 0 30px;
  text-align: left;
}

#order_block1 #type {
  font-size: 18px;
  height: 40px;
  width: 400px;
}

#order_block1 #date {
  font-size: 18px;
  height: 34px;
  width: 200px;
}

#order_block1 #subj {
  font-size: 18px;
  height: 34px;
  width: 604px;
  margin-top: 10px;
}

#order_block1 #comment {
  font-size: 18px;
  height: 200px;
  width: 604px;
  margin-top: 10px;
}

#order_block1 #file {
  font-size: 18px;
  height: 200px;
  width: 604px;
  margin-top: 10px;
}

#order_block1 #email, #order_block1 #phone {
  font-size: 18px;
  height: 34px;
  width: 298px;
  margin-top: 10px;
}

#order_block1 #btn_order {
  float: right;
  margin-right: 60px;
}

