#container {
	padding: 0px;
	height: auto;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #error-note {
	padding: 15px;
	font-size: 90%;
	line-height: 180%;
}
#container #error-note blockquote {
	background-color: #eeeeee;
	border: 3px solid #dddddd;
	line-height: 120%;
	font-size: 90%;
}
#container #error-note ul {
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#container #error-note #erroe-en {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 130%;
	font-size: 12px;
}
#container #error-note #erroe-en p {
margin-bottom: 0;
}
#container #error-foot {
	background-image: url(../images/err_foot.gif);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	height: 65px;
	width: 600px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}
#container #error-foot h1 {
	font-size: 13px;
	font-weight: lighter;
	margin: 0px;
}
#container #error-foot #error-copy {
	font-size: 12px;
	padding-top: 27px;
	margin-right: 140px;
	color: #000000;
	text-align: center;
}

#container #error-foot a {
	color: #0000FF;
}
#container #error-foot a:hover {
	color: #0000FF;
}
