  p.note, p.tip, div.tip, div.note { font-size:smaller; }
  
  p.tip, div.tip
  { 
    padding:5px;
    padding-left:40px;
    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;
  }  
  p.tip:before, div.tip:before { content: "Quick Tip: "; font-weight:bold; }
   
  .notifications div.errors, p.error
  {
	min-height:  70px;
	background-color:#FFFFFF;
	border:1px dotted #CC9900;
	-moz-border-radius:10px;
	background-image: url(/__classpath/gogo/gogoCommonImages/error.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 90px;
  }
  
  .notifications div.notices, p.notice
  {
	padding-left:90px;
	min-height:  70px;
	border:1px dotted #996600;
	-moz-border-radius:10px;
	background-image: url(/__classpath/gogo/gogoCommonImages/notice.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	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; }

