  p.note, p.tip, div.tip, div.note { font-size:smaller; }
  
  p.tip, div.tip
  {
	padding:10px 10px 30px;
	min-height:  40px;
	background: #FFFFFF url(../../images/notifications/tip.png) no-repeat right bottom;
	border:1px dashed #999999;
	-moz-border-radius:10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
  }  
  p.tip:before, div.tip:before {
	content: "Quick Tip: ";
	font-weight:bold;
	font-size: 12px;
	color: #000000;
}
   
  .notifications div.errors
  {
	padding:10px 10px 30px;
	min-height:  70px;
	background: #FFFFFF url(../../images/notifications/error.png) no-repeat right bottom;
	border:1px dashed #999999;
	-moz-border-radius:10px;
	margin:20px;
	color: #CC0000;
  }
  
  .notifications div.notices
  {
	padding:10px 10px 30px;
	min-height:  70px;
	background: #FFFFFF url(../../images/notifications/notice.png) no-repeat right bottom;
	border:1px dotted #5e729c;
	-moz-border-radius:10px;
	margin:20px;
  }
  
  .error_flag { color:red; font-size:larger; font-weight:bold; }
