﻿.page_form .form .item:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.page_form .form .item {
  display: block;
  line-height: 30px;
  padding-bottom: 15px;
  width: 100%;
}
.page_form .form .item .edui-editor {
  line-height: 20px;
}
.page_form .form .item span.label {
  float: left;
  height: 18px;
  line-height: 18px;
  padding: 6px 0;
  text-align: right;
  width: 100px;
}
.page_form .form .itxt,
.page_form .form .text {
  height: 20px;
  padding: 5px 23px 5px 5px;
  width: 250px;
  border-radius: 2px;
  border: 1px solid #ccc;
}
.page_form .form .itxt,
.page_form .form .selt,
.page_form .form .sele,
.page_form .form .area {
  border: 1px solid #ccc;
  float: none;
  line-height: 18px;
  padding: 5px;
  margin-right: 8px;
}
.page_form .form textarea {
  resize: none;
  border-radius: 2px;
  min-width: 250px;
}
.page_form .btn-5,
.page_form .btn-6,
.page_form .btn-7,
.page_form .btn-8 {
  padding: 0 20px;
  line-height: 32px;
  background-color: #e3393c;
  border: 1px solid #e3393c;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.page_form .btn-8 {
  padding: 0 15px;
  line-height: 26px;
}
.page_form .form .btn-5 {
  font-size: 14px;
  font-family: 'microsoft yahei';
}
.page_form .btn-5:hover,
.page_form .btn-6:hover,
.page_form .btn-7:hover,
.page_form .btn-8:hover {
  background-color: #E74347;
  color: #fff;
  text-decoration: none;
}
.page_form .pd10 {
  padding: 10px;
}
.page_form .btn-pre {
  background-color: #666;
  border: 1px solid #666;
  margin-right: 10px;
}
.page_form .btn-pre:hover {
  background-color: #333;
}
.page_form .error-msg {
  color: #e3393c;
}
.page_form .total-text {
  padding: 20px;
  line-height: 26px;
}
/*# sourceMappingURL=Form.css.map */