.msdAdd {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.msdAdd label {
  display: block;
  width: 1000px;
  height: 45px;
  line-height: 45px;
  margin: 15px auto;
}
.msdAdd label span {
  display: block;
  float: left;
  width: 300px;
  height: 45px;
  line-height: 45px;
  text-align: right;
  font-size: 16px;
  color: #333;
}
.msdAdd label span.Validform_wrong,
.msdAdd label span.Validform_checktip {
  display: none;
}
.msdAdd label input {
  display: block;
  float: left;
  outline: none;
  width: 400px;
  height: 45px;
  line-height: 45px;
  text-indent: 12px;
  font-size: 16px;
  color: #555;
}
.msdAdd label.nameList input,
.msdAdd label.telList input,
.msdAdd label.mailList input {
  width: 200px;
}
.msdAdd label.contentList {
  height: 110px;
}
.msdAdd label.contentList textarea {
  width: 400px;
  height: 110px;
  line-height: 24px;
  font-size: 14px;
  outline: none;
}
.msdAdd label.codeList input {
  width: 100px;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0;
}
.msdAdd label.codeList #checkcodeimage {
  width: 80px;
  height: 28px;
  margin: 10px 15px;
}
.msdAdd label.btnList {
  margin: 60px;
}
.msdAdd label.btnList input {
  width: 160px;
  margin: 0 auto;
  float: none;
  cursor: pointer;
  outline: none;
}
/*# sourceMappingURL=msg.css.map */