div.error {
	font-size: 13px;
	line-height: 18px;
}
div.error h2 {
	background: #FFFFFF url(img/headline-error.gif) left bottom no-repeat;
	padding: 0;
	margin: 0;
	font-size: 1.23em;
}
div.error h2 span {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-left: 45px;
	height: 40px;
	line-height: 40px;
	padding-left: 4px;
	background: #FFFFFF url(img/headline-error.gif) right bottom no-repeat;
}
div.error h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}
div.error p {
	font-size: 1em;
}
div.error hr {
	border: none;
	border-bottom: 2px solid #092548;
}
div.error hr.light {
	border-bottom: 1px solid #CCCCCC;
}
div.error h3,
div.error p {
	margin-left: 10px;
	color: #303030;
}
div.error h2,
div.error hr,
div.error p,
div.error ul {
	margin-bottom: 20px;
}
#content div.error ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1em;
}
div.error ul li {
}
