/* ---------------------------------------------------- */
/* -------- JMC MESSAGE AREA -------------------------- */
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* 	These are specific to the front end.  				*/
/*	There are admin-specific styles in 					*/
/*		administrator/includes/css/sys-msg.css			*/
/* ---------------------------------------------------- */


#bkg dl#system-message {
    border-radius: 3px;
    overflow: hidden;
    padding: 16px;
    margin: 0;
    background: #FFF8D6; 
    border: 1px solid #E1CC69;
    color: #4a4a4a;
    font-size: 15px;
}
#bkg dl#system-message {margin-bottom: 40px;}
#bkg dl#system-message dt {font-weight: bold; margin-bottom: 6px;}
#bkg dl#system-message dd {margin: 0 0 16px; font-weight: normal; text-indent: 0}
#bkg dl#system-message dd:last-child {margin-bottom: 0px;}
#bkg dl#system-message li {padding: 0; margin: 0; line-height: normal;}
#bkg dl#system-message .error {color: #a00;}

#bkg dl#system-message dd ul{
	color: inherit; 
	background: none; 
	border: 0; list-style: disc inside none;
	margin: 0;
	padding: 0;
}
#bkg dl#system-message dt.error, 
#bkg dl#system-message dt.notice {display: block;}

#bkg dl#system-message dt.message {display: none}

/* 
Anything targeting the front-end specifically or 
overwriting the system.css from the template of the site is prefaced with #bkg
*/