list.css 938 Bytes
.m-list {
  padding: 10px 0 30px;
}
.m-list .cell-basic {
  line-height: 50px;
  font-size: 14px;
}
.m-list .cell-basic .title {
  float: left;
  text-align: right;
  margin-right: 15px;
  min-width: 160px;
}
.m-list .cell-basic .text {
  display: block;
}
.m-list .cell-basic .text .text-phone {
  color: #FF6600;
  font-weight: bold;
  margin-right: 15px;
}
.m-list .cell-basic .text .ea7 {
  margin-left: 10px;
}
.m-list .error input {
  border: 1px solid red;
}
.m-list .error p {
  color: red;
  margin-left: 175px;
}
.m-list input.error,
.m-list .m-select.error {
  border: 1px solid red;
}
.m-list p.error {
  color: red;
  margin-left: 175px;
}
.m-list .cell-basic {
  padding: 0 30px;
  margin-bottom: 20px;
  line-height: 30px;
}
.m-list .m-select {
  margin-right: 20px;
}
.m-list .m-input {
  width: 320px;
  padding: 6px 8px;
}
.m-list a.disabled {
  width: 160px;
  line-height: 45px;
  padding: 0px;
  margin-left: 20px;
}