/* System Messages */
#system-message {
	margin: 0px;
	padding: 0;
}

#system-message dt {
	display: none;
}

#system-message dd {
	margin: 0;
	margin-bottom: 1.5em;
}

#system-message dd ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 1.200em; /*18px*/
	padding-left: 50px; /*50px*/
	color: #41525c;
	font-size: 1.071em; /*15px*/
	background: #d3e4f5 url("images/icon/notice-info.58f06e384456.png") 10px center no-repeat;
	border: 3px solid #4b88c7;
}

#system-message dd ul li *:last-child {
	margin-bottom: 0;
}

#system-message .success ul {
	border-color: #80c74b;
	background-color: #def4ce;
	background-image: url("images/icon/notice-done.0590654e9b67.png");
}

#system-message .warning ul {
	border-color: #ecb925;
	background-color: #fff0c9;
	background-image: url("images/icon/notice-notice.f44a98ac6c76.png");
}

#system-message .error ul {
	border-color: #f30045;
	background-color: #ffd7e2;
	background-image: url("images/icon/notice-alert.c1d9fa050217.png");
}