.aff-notice {
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: 20px center;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px 20px 60px;

  a {
    text-shadow:none;
    text-decoration: none;
    font-weight: bold;
  }
}

.aff-info-notice {
  @extend .aff-notice;
  background-image: url('../img/info.png');
  background-color: #E7F5FB;
  border-color: #A1D8F0;
}

.aff-success-notice {
  @extend .aff-notice;
  background-image: url('../img/accept.png');
  background-color: #F3FAEB;
  border-color: #A1C771;
}

.aff-warning-notice {
  @extend .aff-notice;
  background-image: url('../img/warning.png');
  background-color: #FEFEF4;
  border-color: #F9F43D;
}

.aff-error-notice {
  @extend .aff-notice;
  background-image: url('../img/alert.png');
  background-color: #FEE6E6;
  border-color: #F4B5B5;
}
