/* Notices */

/* Styles for the notices generated by WAFPage */

/* Set the size of the notice paragraph container */
#notice {
  width: 90%;
  color: #000000;

}

/* Common configuration for all notice classes */
#noticepara {
  border: solid 1px #000000;
  padding: 8px;
}

#notice .blanknotice {
  background-color: #FFFFFF;
  border: 0px;
}

#notice .helpnotice {
  background-color: #d7e6ef;
}

#notice .notice {
  background-color: #f5f5d0;
}

#notice .successnotice {
  background-color: #d0f0d0;
}

#notice .failurenotice {
  background-color: #f0d0d0;
}
