.brandNotice .programNoticeRegistration a{
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  line-height: 54px;
  display: block;
  box-sizing: border-box;
  width: 360px;
  color: #e4007f;
  border: 1px solid #ddd;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  border-radius: 10px;
  }
  .brandNotice .programNoticeRegistration a.is-selected {
  filter: none;
  background:#f17fbf !important;
  border:none;
  color:#fff;
  padding:0;
  }
  .brandNotice .programNoticeRegistration a:hover{
  opacity: 1;
  }
  .brandNotice .programNoticeRegistration {
  margin: 0 auto;
  width: 360px;
  }
  .programNoticeRegistration a:before{
  overflow: hidden;
  display:inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: -2px;
  line-height: 1;
  background-image: url(/com/images/common/common-img-sprite.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
  background-position: 0 -2772px;
  content: "";
  }
  .brandNotice .programNoticeRegistration a.is-selected:before {
    background-position: 0 -2746px;
}
#contentBody .programNotice-wrapper .programNotice-balloon-message .programNotice-list-message:before {
  position: absolute;
  bottom: -6px;
  left: 57%;
  height: 10px;
  width: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-style: solid;
  border-color: #333;
  border-width: 0 1px 1px 0;
  background-color: #fff;
  content: "";
  z-index: 1027;
  background-image:none;
}
#contentBody #notice {
  margin-top:25px;
}
#contentBody #notice #submitButton {
  margin-top:25px;
}
