/* 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    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; line-height: 1.2; }
#system-message dd ul {
	color: #326976;
	list-style: none;
	margin: 10px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	min-height: 24px;
}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message ul { background: transparent url(../images/information.gif) 0px 2px no-repeat; }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #cc0000; background: transparent url(../images/error.gif) 0px 2px no-repeat;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #ff9900; background: transparent url(../images/warning.gif) 0px 2px no-repeat; }

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