  p.note, p.tip, div.tip, div.note { font-size:smaller; }
  
  p.tip, div.tip
  {
	padding-left:100px;
	min-height:  40px;
	background: url('/__classpath/gogo/gogoCommonImages/tip.png') 5px 5px no-repeat;
	background-color:#c9d8fa;
	border:1px dotted #5e729c;
	-moz-border-radius:10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
  }  
  p.tip:before, div.tip:before { content: "Quick Tip: "; font-weight:bold; }
   
  .notifications div.errors, p.error
  {
	padding-left:100px;
	min-height:  70px;
	background-color:#EDE5CA;
	border:1px dotted #5e729c;
	-moz-border-radius:10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-image: url(/__classpath/gogo/gogoCommonImages/error.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
  }
  
  .notifications div.notices, p.notice
  {
	padding-left:100px;
	min-height:  70px;
	background: url('/__classpath/gogo/gogoCommonImages/notice.png') 5px 5px no-repeat;
	background-color:#ffffcc;
	border:1px dotted #5e729c;
	-moz-border-radius:10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
  }
  
  .error_flag { color:red; font-size:larger; font-weight:bold; }

.notifications ul {
	list-style: none;
	padding-left: 0px;
}

.notifications li {
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom:0em;
	padding-bottom:10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	padding-top: 0px;
	background-image: url(/images/global/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.28em;
}