body
{
	margin-top: 28px;
	background-position	:	0px 28px;
}

#systemErrorsContainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10000000000;
}

#systemErrorsSummary
{
	border: 2px solid red;
	padding: 4px 4px 0px 4px;
	height: 20px;

	color: black;
	cursor: pointer;
	
	background-color: white;
}

#systemErrorsList
{
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	padding: 4px;

	color: black;
	background-color: white;
}