﻿body {
	font-family: "微软雅黑", "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #F4F4F4;
}
ul {
	list-style-type: none;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#page_header {
	height: 60px;
	padding: 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 10px 15px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #004F93;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header_t {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
}

#page_body {
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
#page_footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
	text-align: center;
	padding-top: 25px;
	line-height: 25px;
	color: #999999;
	font-size: 11px;
	margin-top: 10px;
}
a.btn:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.btn:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.btn:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.error_main {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3726D;
	border-right-color: #F3726D;
	border-bottom-color: #F3726D;
	border-left-color: #F3726D;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 60px;
	background-color: #FFFFFF;
	border-radius: 8px;
}

.error_title {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.error_body {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	color: #FF0000;
}