.notice,
.errorExplanation {border: 2px solid #7add83;background:#c2f4d6 url(/images/icon_success.png) no-repeat 10px 10px;color:#1d1f21;font-size: 13px;line-height:1.4;margin: 10px;padding: 10px 10px 10px 30px;}
.notice {box-shadow:0 1px 5px #d6dbdd;-webkit-box-shadow:0 1px 5px #d6dbdd;}

.notice.align-full {border-width:0 0 2px 0;margin:0;box-shadow:none;-webkit-box-shadow:none;}  
  .notice strong {color:#1b6d3d;text-shadow:#dbfde9 0 1px 0;}
  .notice h1 {font-size:16px;margin:0;padding:0;}
  .notice,
  .errorExplanation {
    border-top-right-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
  }
  .notice.align-full {background-position:10px 7px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;padding:6px 5px 7px 30px;position:absolute;top:-1px;left:0;width:100%;z-index:1102;}
  .notice.error {background:#ffc4c4 url(/images/icon_error.png) no-repeat 10px 10px;border-color:#c4204a;color:#3b3f44;padding-left:40px;}
  .notice.align-full.error {background-position:10px 4px;}
  .notice.align-full.status {background-position:10px 4px;}
  .notice.error h1 {color:#c4204a;font-size:16px;margin:0;padding:0;}
    .notice.error strong {color:#c4204a;}
    
  .notice.twitter {background:#fff5c9;border-color:#ffc923;color:#3b3f44;padding:10px;}
  .notice.twitter h1 {color:#e3ab00;font-size:16px;margin:0;padding:0;}
    .notice.twitter strong {color:#e3ab00;}
  
  .notice.status,
  .notice.unscheduled,
  .notice.scheduled {background:#fff5c9;border-color:#ffc923;color:#3b3f44;padding:10px;}
    .notice.status h1 {color:#e3ab00;font-size:16px;margin:0;padding:0;}
    .notice.unscheduled h1 {color:#a91c00;font-size:16px;margin:0;padding:0;}
    .notice.scheduled h1 {color:#474239;}
  .notice.settings {background:#f1f7f9;border:#d7e2e6 1px solid;margin-bottom:-12px;padding:10px;}
    .notice.settings strong {color:#111;}
    .notice.settings p {color:#555;font-size:12px;}
    
  .notice.locked {background:#fff5c9 url(/images/icon_private.png) no-repeat 10px 10px;border-color:#ffc923;color:#3b3f44;padding-left:40px;}
    .notice.locked strong {color:#e3ab00;font-size:14px;margin:0;padding:0;}
  
  .notice #close_notice {cursor:pointer;display:none;}
  .notice.dismissible {position:relative;}
  .notice.dismissible #close_notice {background:url(/images/icon_close-notice.png) no-repeat center center;display:block;height:20px;position:absolute;right:0;top:0px;text-indent:-5000px;width:20px;}


/* error */
  .errorExplanation {background:#ffc4c4 url(/images/icon_error.png) no-repeat 10px 10px;border-color:#c4204a;color:#3b3f44;margin-top:20px;padding-left:40px;}
    .errorExplanation h2 {color:#c4204a;font-size:16px;margin:0;padding:0;}	
    .errorExplanation ul {margin:0;}	
      .errorExplanation ul li {font-weight:normal;margin:.5em 0 0 18px;list-style:disc;padding:3px 5px 3px 0;}