/* OpenID icon style */
input.system-openid {
   background: url(http://openid.net/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-message { 
   margin-bottom: 10px; 
}

/* System Messages */
#system-message dd { 
   font-weight: bold;
}

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



/* System Error Messages */
#system-message ul { 
   list-style-type: none;
   list-style-image:none;
}

#system-message li {
   list-style-type: none;
   list-style-image:none;
}


