/* CSS Document */
/* 
Title:		Notification Style Sheet
Author:		rgord@desystems.com
Version:	0.1
Created:	June 1, 2010
Updated:	
Notes:		This CSS is Opera 9+ compliant (standards proper)
*/

/**************************
 basic styles
**************************/
div.systemMsg {
}
div.systemMsg fieldset {
	padding: 1em 0.3em 2em;
}
div.systemMsg legend {
	border: 1px solid #c30a0a;
	padding: 3px 25px;
	font-weight: bold;
	font-size: 120%;
	color: black;
	margin-left: 2em;
}
div.systemMsg ul {
	list-style-type: none;
	padding-left: 95px;
	background: url(../../image/css/notification-success.png) top left no-repeat;
	min-height: 95px;
	margin-left: 10px;
}
div.systemMsg ul.notice {
	background-image: url(../../image/css/notification-notice.png);
}
div.systemMsg ul.warning {
	background-image: url(../../image/css/notification-warning.png);
}
div.systemMsg ul.error {
	background-image: url(../../image/css/notification-error.png);
}
div.systemMsg ul.success {
	background-image: url(../../image/css/notification-success.png);
}
div.systemMsg li {
}
