body.home div#breadcrumbs {
  display: none;
}
#self-notify-sign {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: -webkit-linear-gradient(left, #307bcf, #0b1f50);
  background: -o-linear-gradient(right, #307bcf, #0b1f50);
  background: -moz-linear-gradient(right, #307bcf, #0b1f50);
  background: -prefix-linear-gradient(left, #307bcf, #0b1f50);
  background: linear-gradient(to right, #307bcf, #0b1f50);
  /* so the gradient will work in ie8 and ie9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#307bcf', endColorstr='#0b1f50')";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#307bcf', endColorstr='#0b1f50');
  padding: 25px 10px;
  clear: both;
  width: 100%;
  text-align: center;
}
a.self-notify-btn {
  display: inline-block;
  width: 279px;
  height: 41px;
  line-height: 41px;
  font-size: 125%;
  font-weight: bold;
  text-decoration: none;
  background: url('/images/inactive-button.png') no-repeat center center;
}
a.self-notify-btn:hover {
  color: #003c78;
  background: url('/images/hover-button.png') no-repeat center center;
}
.self-notify-icon {
  display: inline-block;
  width: 27px;
  height: 26px;
  background: url('/images/icons/form-icon.png') no-repeat left bottom;
  border: none;
  vertical-align: middle;
  padding: 0;
  margin: 0 5px 1px 0;
  line-height: 0;
}
