/* Edit My Alert Settings */
div.notifications#rulesdiv {
  border: 3px inset;
  background-color: white;
}
div#saveNotifRuleWarning {
  color: red;
  font-weight: bold;
}
div.rulebuttons{
  border: 1px solid black;
  border-top: 0;
  background-color: #ccc;
}
div.rulebuttons a{
  color: black;
  text-decoration: none;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #80808f;
}
div.rulebuttons a:hover{
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}