/****** System Messages ******/

#system-message {
	margin: 10px 0 20px 0;
	padding: 0 !important;
	background: #ffffff;
	border: 0;
}

#system-message dt {
	font-weight: bold;
}

#system-message dd {
	margin: 0;
	font-weight: bold;
	text-indent: 0;
	background: #ffffff;
	padding: 0;
}

#system-message dd ul {
	color: #93246F;
	margin-bottom: 10px;
	list-style: none;
	padding: 0px;
	border-top: 3px solid #93246F;
	border-bottom: 3px solid #93246F;
}

/****** System Standard Messages ******/

#system-message dt.message {
	display: none;
}

#system-message dd.message {
}

#system-message dd.message ul {
	background: #F2E3ED;
}

/****** System Error Messages ******/

#system-message dt.error {
	display: none;
}

#system-message dd.error {
}

#system-message dd.error ul {
	color: #93246F;
	background: #F2E3ED;
	border-top: 3px solid #93246F;
	border-bottom: 3px solid #93246F;
	margin: 0;
}

/****** System Notice Messages ******/

#system-message dt.notice {
	display: none;
}

#system-message dd.notice {
}

#system-message dd.notice ul {
	color: #93246F;
	background: #F2E3ED;
	border-top: 3px solid #93246F;
	border-bottom: 3px solid #93246F;
}

.jfdefaulttext {
	display: none;
}
