/* OpenID icon style */
input.system-openid, input.com-system-openid {
   background: url(http://openid.net/images/login-bg.gif) no-repeat;
  /*  background-color: #fff;*/
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
/* #system-message    { padding:20px 0; height:40px; position:absolute; z-index:500; width:600px; text-align:center; margin-top:50px; margin-left:200px; background:url(../images/sys-error_mgs.png) no-repeat left top;}*/
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; /*text-indent: 30px;*/ text-align:center; }
#system-message dd ul {margin: 0; color: #900; list-style: none; padding:10px 0; }

/* System Standard Messages */
#system-message dt.message { display: none; padding:10px 0;}
#system-message dd.message { color:#0a3672;  }
#system-message dd.message ul{ margin: 0; list-style: none; padding:10px 0; border: 1px solid #0a3672; background:url(../images/notice-info.png) no-repeat 5px 2px #c0d2e8; color:#0a3672}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error { color: #900; margin: 0; list-style: none; padding:10px 0; border: 1px solid #dadada;}
#system-message dd.error ul { margin: 0; list-style: none; padding:10px 0;}

/* System Notice Messages */
#system-message dt.notice { display: none; padding:10px 0;}
#system-message dd.notice ul { color: #c00; /*background: #EFE7B8;*/ margin: 0; list-style: none; padding:10px 0; border: 1px solid #dadada; }

/* Debug */
#system-debug     { color: #ccc;  padding:10px 0; margin: 10px; }
#system-debug div { font-size: 11px;}

