/* OpenID icon style */
input.system-openid, input.com-system-openid {
   background-color: #fff;
   color: #000;

}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0; list-style: none; color: #cf230b; margin-top: -12px;}
#system-message dt { font-weight: normal; list-style: none; color: #cf230b; }
#system-message dd { margin: 0; font-weight: normal; scolor: #cf230b; }
#system-message dd ul { color: #006600; list-style: none; padding: 10px; border: 1px solid #00AA00; background: url(../images/hintergrund_message.png); left: 50%; margin-left: 190px; position:absolute;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #cf230b; width: 250px;list-style: none; padding: 10px; border: 1px solid #f1bdb6; background: url(../images/hintergrund_error.png); left: 50%; margin-left: 190px; position:absolute;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color:#009BF9;  width: 250px; list-style: none; padding: 10px; border: 1px solid #009BF9; background: url(../images/hintergrund_notice.png);left: 50%; margin-left: 190px; position:absolute;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}
