#errorLogo {
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	float: left;
	width: 125px;
	height: 65px;
}

#errorLogo img {
	text-align: center;
	float: left;
	height: 65px;
}

#errorBox {
	border-collapse: collapse;
	border-style: none;
	width: 384px;
	page-break-after: always;
}

#errorHeader {
	padding: 2px;
	font-weight: bold;
	font-size: 23px;
	text-align: left;
	height: 45px;
}

#errorCode {
	border-width: 1px;
	border-style: solid;
	border-top-style: none;
	border-collapse: collapse;
	width: 385px;
	height: 20px;
	float: left;
}

#errorCodeHeader {
	float: left;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	padding-left: 4px;
	width: 125px;
}

#errorCodeDetail {
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding-left: 4px;
}

#errorConNumber {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	width: 385px;
	height: 20px;
	float: left;
}

#errorConNumberHeader {
	float: left;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	padding-left: 4px;
	width: 125px;
}

#errorConNumberDetail {
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding-left: 4px;
}

#errorDescription {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-top-style: none;
	width: 385px;
	height: auto;
	margin-bottom: 5px;
	float: left;
}

#errorDescriptionDetail {
	float: left;
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	padding-left: 4px;
}