/* @group System Message */

.system-message, .system-error-message {
	/*background-color: #f9f9f9;
	border: 1px solid #eee;
	color: #666;*/
	margin: 0;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 36px 36px 36px 180px;
}

.system-message {
	background: #F5F2EA url(/CatalystImages/ok.png) no-repeat 29px 18px;	
}

.system-error-message {
	background: #F5F2EA url(/CatalystImages/error.png) no-repeat 26px 26px;
}

.system-message h1, .system-error-message h1,
.system-message h2, .system-error-message h2,
.system-message h3, .system-error-message h3 {
	margin: 0 0 18px 0;
}

.system-message a:link, .system-error-message a:link {
	color: #1969bc;
}

.ok {
	background: #E9FBE3;
	color: #21A347;
	margin-bottom: 18px;
}

.error {
	background: #FBE3E4;
	color: #D12F19;
	margin-bottom: 18px;
}

.system-message table td {
	font-size:1.6em;
	padding:4px;
}
.system-message table td td {
	font-size:1.0em;
	padding:0;
}

/* @end */