@CHARSET "UTF-8";

#errorTitleContainer {
	margin:20px 0 0 0;
	height: 120px;
	overflow: hidden;
	background-color: #212121;
}

#errorTitleText {
	color: #ffffff;
	margin: 20px 226px;
	width: 600px;
	overflow:hidden;
}

#errorContentContainer {
	margin:20px 226px;
	clear:both;
}

#errorFooterContainer {
	clear:both;
	margin:20px 226px;
}

#errorFooterContainer p {
	border-top: solid 1px #dbdbdb;
	margin: 4px 0 0 0;
	display: inline;
	color: #a2a2a2;
	font-size: 12px;
}

#errorFooterContainer a {
	color: #a2a2a2;
	text-decoration: none;
}

#errorFooterContainer a:hover {
	text-decoration: underline;
}

#leftErrorActions, #rightErrorActions {
	float:left;
	width:320px;
	overflow:hidden;
	margin:0 0 40px 0;
}

.errorList {
	list-style:disc;
	list-style-image:url("/images/listArrow.gif");
	list-style-position: outside;
	margin: 4px 0 0 20px;
}

.errorList li {
	list-style-image:url("/images/listArrow.gif");
	font-size: 16px;
}

