  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, div.error
  { 
    padding:5px !important;
    padding-left:70px !important;
    min-height:  70px !important;
    background: url('/__classpath/gogo/gogoCommonImages/error.png') 5px 5px no-repeat;
    background-color:#ff9999;
    border:1px dotted #5e729c;
    -moz-border-radius:10px;
    margin:20px;
  }
  
  .notifications div.notices, p.notice, div.notice
  { 
    padding:5px !important;
    padding-left:70px !important;
    min-height:  70px !important;
    background: url('/__classpath/gogo/gogoCommonImages/notice.png') 5px 5px no-repeat;
    background-color:#ffffcc;
    border:1px dotted #5e729c;
    -moz-border-radius:10px;
    margin:20px;
  }
  
  .error_flag { color:red; font-size:larger; font-weight:bold; }