/* reset */
* {
	margin:0;
	padding:0;
}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal
}
a {
	text-decoration:none;
	color:#000;
	padding:0;
	margin:0;
	outline:none;
}
a:hover {
	color:#fe6807;
}
strong {
	font-weight:bold;
}
ul, ol {
	list-style:none;
}
fieldset, img {
	border: none
}
caption, th {
	text-align:left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear:both;
}
/* layout */
body {
	font-family:Tahoma, Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	display: table;
	text-align:center;
	background:url(/r/cms/www/default/images/errbg.jpg) repeat;
}
#wrapper {
	width:960px;
	margin:0 auto;
	text-align:left;
	overflow:visible;
}
.clear {
	clear: both;
}
#error_page {
	background:url(/r/cms/www/default/images/box.jpg);
	width:498px;
	height:170px;
	margin:100px auto;
}
#error_page img {
	float:left;
	margin:50px 20px 0 20px;
}
.info {
	float:left;
	margin-top:35px;
	width:350px;
}
.info h2 {
	height:27px;
	line-height:27px;
	background: #f0f0f0;
	font-size:14px;
	font-weight:bold;
	color:#707070;
	padding-left:10px;
	margin-bottom:10px;
}
.info p {
	background:url(/r/cms/www/default/images/list_items.jpg) left center no-repeat;
	padding-left:15px;
	height:28px;
	line-height:28px;
	color:#666666;
	margin-left:10px;
	position:relative;
}
.info a.back {
	color:#FFFFFF;
	background:url(/r/cms/www/default/images/back_btn.jpg) no-repeat;
	width:87px;
	height:28px;
	line-height:28px;
	float:left;
	position:absolute;
	left:150px;
	padding-left:29px;
}
