@charset "utf-8";
/* CSS Document */
html {
	background:#FFF;
}
body {
	margin:0;
	font:12px/1.8 'lucida grande', tahoma, verdana, arial, sans-serif, "\5B8B\4F53";
}
html:root body,
html:root input,
html:root button,
html:root textarea,
html:root select {
	font-family:Tahoma, Geneva, "\5fae\8f6f\96c5\9ed1", "\5B8B\4F53";
}
form,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
p {
	margin:0;
	padding:0;
	list-style:none;
}
a {
	text-decoration:none;
	color:#36C;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}

.http-error {
	position:relative;
	width:500px;
	margin:50px auto 0px;
	padding:5px 0 50px 140px;
	color:#666;
	background:url(TT-TT.png) no-repeat 0 0;
	
}
.http-error h2 {
	 font-size: 400%;
     color:#ff0000;
}
.error-icon {
	position:absolute;
	top:55px;
	left:0;
	width:30px;
	height:30px;
	overflow:hidden;
	background:url(http_error.gif) no-repeat 0 0;
}
.error-list {
	padding:10px 0;
}
.error-list dt {
	padding:0 0 5px;
	font-weight:bold;
	font-size:20px;
}
.error-list dd {
	position:relative;
	height:24px;
	padding-left:20px;
	line-height:24px;
}
.error-list dd i {
	position:absolute;
	top:4px;
	left:0;
	width:16px;
	height:16px;
	line-height:16px;
	text-align:center;
	font-style:normal;
	font-weight:bold;
	color:#FFF;
	background:url(http_error.gif) no-repeat 0 -40px;
}
.site-link {
	color:#36C;
}