/**
 * Styles associated with the ErrorList PHP class
 */

/* place positive errors first so rules are overwritten by IE6 (doesn't handly multiple class requirements) */
div.positive.error{
	border-color:#34A224;
}
div.positive.error div.message{
	color:#34A224;
}


div.error{
	margin: 0.5ex;
	border-style: solid;
	border-color:#E00;
	border-width: 1px 1px 1px 4px;
	padding: 0.5ex;

	font-family: 'Courier New','Courier',monospace;
}
div.error div.message{
	color: #E00;
	font-size: 120%;
	font-weight: bold;
}
div.error div.details{}