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

