#system_messages
{
	line-height: 16px;
	color: #000000;
	background: url(icons22x22/info.png) no-repeat;
	background-position: 3px 5px;
	background-color: #FFFFCC;
	padding: 5px;
	padding-top: 7px;
	padding-left: 45px;
	margin: 10px;
	border: 1px solid #000000;
	min-height:22px;
}

#system_messages li
{
	color: #000000;
	list-style-type:disc;
	font-size:85%;
}

#system_messages a:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	font-size:100%;
}

#system_messages a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	font-size:100%;
}

#system_messages a:hover
{
	color: #000099;
	text-decoration: underline;
	font-weight: bolder;
	font-size:100%;
}

#system_messages a:active
{
	color: #000099;
	text-decoration: none;
	font-weight: bolder;
	font-size:100%;
}

