ul.info {
  float: none;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: normal;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 7px;
  margin-bottom: 10px;
  width: 718px;
  background: none;
  background: #e0f3ff;
  border: 1px solid #008ee6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
ul.info li {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  color: #000;
  background: none;
}
ul.alert {
  float: none;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: normal;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 7px;
  margin-bottom: 10px;
  color: #000;
  width: 718px;
  background: none;
  background: #ffe7e7;
  border: 1px solid #ff8789;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
ul.alert li {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  color: #bc1c1f;
  background: none;
}
