.is-success label {
  position: relative;
}

.is-success label:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 5px;
  -webkit-animation: checkAnimation .1s ease-in;
  animation: checkAnimation .1s ease-in;
  background-image: url(/piano_request/images/i-check.png) !important;
  width: 26px;
  height: 26px;
  opacity: .75;
  display: block;
}

strong {
  font-weight: bold;
}

p.error_txt01 {
  margin-top: 6px;
  padding: 5px 0 0 16px;
  background: url(/images/request/new/cmn_error_ic02.png) no-repeat left 7px;
  color: #ff3333;
  clear: both;
}

