@CHARSET "ISO-8859-1";
body {
	margin: 0px;
}
.error_width {
	width: 850px;
}
.header {
	background-image: url(/images/stroer_header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	/* height: 90px; */
	height: 90px;
	padding-top: 20px;
}
.header span {
	font-size: 26px;
	font-family: Arial, Helvetica;
	font-weight: bold; 
	color: #fff;
	margin-right: 20px;
}
.error_text {
	font-size: 11px;
	color: #8694AE;
	font-family: Verdana;
}
.error_text h2 {
	color: #FD7500;
	margin: 10px 0;
	font-size: 11px;
	margin-left: 30px;
}
.error_text p {
	margin-left: 30px;
}
.error_text a {
	color: #8694AE;
	font-size: 11px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	margin: 15px;
}
.error_text div {
	margin-top: 30px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #8694AE;
	height: 25px;
	padding-top: 12px;
	text-align: right;
}
