.clear-after { zoom: 1; }
.clear-after:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rounded-corners {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.rounded-corners-top {
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
.rounded-corners-half-radius {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.rounded-corners-bottom {
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}
.notice .li { line-height: 150%; }
.orange-notice {
  margin-bottom: 8px;
  background: #fff6eb;
  background-repeat: no-repeat;
  background-position: 12px 8px;
  border: 1px solid #df8b37;
  padding: 8px 12px;
  padding-left: 34px;
  font-size: 14px;
  font-weight: normal;
}
.orange-notice .li { line-height: 150%; }
.orange-notice.no-icon { padding-left: 12px; }
.yellow-notice {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 8px;
  background: #fff6eb;
  background-repeat: no-repeat;
  background-position: 12px 8px;
  border: 1px solid #df8b37;
  padding: 8px 12px;
  padding-left: 34px;
  font-size: 14px;
  font-weight: normal;
  background-color: #feffeb;
  border: 1px solid #b0b12e;
}
.yellow-notice .li { line-height: 150%; }
.yellow-notice .li { line-height: 150%; }
.red-notice {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: 12px 8px;
  padding: 8px 12px;
  padding-left: 34px;
  font-size: 14px;
  font-weight: normal;
  background-color: #f8d3d0;
  background-repeat: no-repeat;
  color: #260e0c;
  border: 1px solid #cb3f36;
}
.red-notice .li { line-height: 150%; }
.red-notice li { line-height: 150%; }
.green-notice {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: 12px 8px;
  padding: 8px 12px;
  padding-left: 34px;
  font-size: 14px;
  font-weight: normal;
  background-color: #deffdb;
  background-repeat: no-repeat;
  color: #242a24;
  border: 1px solid #84c37e;
}
.green-notice .li { line-height: 150%; }
.green-notice.big, .orange-notice.big, .red-notice.big, .yellow-notice.big {
  padding: 16px;
  padding-left: 65px;
  padding-right: 32px;
  font-size: 16px;
  line-height: 18px;
  background-position: 24px 16px;
}

