/*
 *** messages ********************************************************************************/
div.messages {
  border:1px solid #7AC142;
  margin-bottom:1em;
  padding:0.8em;
  color:#55872E;
  font-weight:bold;
  background:#F1F8EB url(../images/icons/accept.png) no-repeat 4px 10px;
  padding-left:24px;
  font-size:11px;
}
div.error {
  border:1px solid #B30000;
  color:#B30000;
  background:#FFCCCC url(../images/icons/error.png) no-repeat 4px 10px;
}
div.notice, div.confirm_emails {
  background:#FFF6BF url(../images/icons/notice.png) no-repeat 4px 10px;
  color:#514721;
  border-color:#FFD324;
}
/*
 *** ajax toggle ********************************************************************************/
html.js a.ajax-toggle.throbbing {
  background:url(../images/ajax-throbber.gif) no-repeat right center;
  padding-right:18px;
}
/*
 *** form saving ********************************************************************************/
#saving {
  background: url(../images/loading.gif) no-repeat 12px 1px;
  padding-left: 36px;
  font-weight: bold;
  font-size: 1em;
  display: none;
  width:56px;  
}
#saving p {
  margin: 0;
}
#saving-notice {
  font-size: 0.9em;
  background: #ffc;
  font-style: italic;
}

